It looks like you're new here. If you want to get involved, click one of these buttons!
Likes: MoKaLux
Comments
if you want to have a file picker then check here getPicture and getFile using the media plugin:
https://wiki.gideros.rocks/index.php/Media
or there is an example using the imgui plugin:
https://github.com/MultiPain/Gideros_examples/tree/master/ImGuiFileDialogDemo
(this is better than native dialogs when you want to make it work crossplatform without hassle)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: MoKaLux