-
-
Notifications
You must be signed in to change notification settings - Fork 55
Add ImGui Dialogs #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ImGui Dialogs #385
Conversation
|
the non-file dialogs (show_message(), show_question(), and show_question_ext()) flicker their graphics context back in forth from drawing their content to drawing all solid black. This has now been fixed with my libfiledialogs extension but i still need to commit those fixes to this repository. Please be patient and don't merge this until i have done so. |
|
hey time! would you like me to build them for windows?. |
Sure! Thank you! Source code here: https://github.com/time-killer-games/libfiledialogs Requires Visual Studio 2019 or later. |
|
i have visual studio 2022. could you also link to instructions on how to build using visual studio. as i main vscode and i have never once built for windows |
|
@charlie-sans It's not the dll I need, actually, it's the exe it builds I need, for clarification.
Visual Studio 2022 should work btw. |
|
@Bentroen @chenxi050402 this one should be ready for review, and if you find any issues i still haven't noticed, please let me know! |
|
The file dialogues for Windows are also built by the help of me. I thank
you for letting me be of assistance.
…On Sat, 25 Mar 2023, 7:14 am Samuel Venable, ***@***.***> wrote:
@Bentroen <https://github.com/Bentroen> @chenxi050402
<https://github.com/chenxi050402> this one should be ready for review,
and if you find any issues i still haven't noticed, please let me know!
—
Reply to this email directly, view it on GitHub
<#385 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4EUQ4MBDRK5VCVTJ4RIUK3W5X6CPANCNFSM6AAAAAAV6B6VAU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Download pre-built binaries for Windows, macOS, and Linux here: [GITHUB RELEASE]