-
Notifications
You must be signed in to change notification settings - Fork 34
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
Native file open dialogs #93
Comments
On Linux, use the command |
I found something nice: https://sourceforge.net/projects/tinyfiledialogs/ It's C, which also can be ported to Zig. |
That looks pretty good. @VisenDev mentioned https://github.com/samhocevar/portable-file-dialogs which compares itself to tinyfiledialogs, so probably either one is a good candidate. |
I just found out SDL3 has support for this: https://wiki.libsdl.org/SDL3/CategoryDialog |
#23
Idea is to have dvui create a modal dialog and at the same time use a library to launch the platform's native file open dialog. When the native dialog is closed, the dvui dialog would extract the information and make it available to the app.
The text was updated successfully, but these errors were encountered: