Folder/File Querying
Doing a draft PR to get feedback on my manner of doing this, and also in the hopes someone can get this working on windows. I've set up test function calls bound to the 1 and 2 keys.
Huh? What are you trying to achieve? Wdym by querying?
I've put this in low priority but please elaborate on the purpose of this change
Uh ok I get it, so you want to pop open os file select prompt. To do this properly you will basically implement that for every graphics environment we want to support (GTK, KDE, mac, Windows) or invent your own using Cubyz UI. That is a lot of work, so I think you should start with explaining what do you need it for.
Uh ok I get it, so you want to pop open os file select prompt. To do this properly you will basically implement that for every graphics environment we want to support (GTK, KDE, mac, Windows) or invent your own using Cubyz UI. That is a lot of work, so I think you should start with explaining what do you need it for.
In my save creation gui rework, I found it much more convenient as the user if I could add addons to the world I'm creating by simply clicking a button that opens the folder selection menu. As for implementing on linux, as far as I can tell zenity just works.
Did you check it on Kubuntu or any other KDE based distro?
i use kde, and it works perfectly. i havent tested on anything else though
In my save creation gui rework, I found it much more convenient as the user if I could add addons to the world I'm creating by simply clicking a button that opens the folder selection menu.
I would propose a drag and drop solution, still easy for the user, but also much less pain to implement, since it is supported by glfw.