yaze
yaze copied to clipboard
Linux file dialogs
I noticed that Linux file dialog functionality is stubbed. I guess Linux isn't supported yet.
Have you considered using the native file dialog libary? It should work on all platforms.
I'll take a look at that. I had initially thought about using one of the third party imgui file dialogs but got some feedback that they werent good to use so I removed them but have yet to replace the file dialog for linux platforms. Helps that it uses CMake as well.
Latest release 0.3.0 has file dialog support for linux now.