https://www.youtube.com/watch?v=0rEi-A6taQw - I pushed a new update for my procedural sprite animation tool: a file and directory selection window! 👻
Everything handmade as usual, the interface has been done with ImGui: https://github.com/nCine/nCine/blob/develop/tests/apptest_filebrowser.cpp
The file system is handled by this new cross-platform API in the nCine (POSIX and Windows API supported): https://github.com/nCine/nCine/blob/develop/src/FileSystem.cpp