g3n / g3nd

G3N Game Engine Demo
BSD 2-Clause "Simplified" License
281 stars 31 forks source link

Request: File browser #25

Closed Arash-Afshar closed 5 years ago

Arash-Afshar commented 5 years ago

I was wondering if you have a sample of file browser? i.e., click a button, open a dialog, choose file, and the get the path of the chosen file.

leonsal commented 5 years ago

There is a simple file browser in: https://github.com/g3n/g3nd/blob/master/util/fileselect.go

Arash-Afshar commented 5 years ago

Nice, thanks for the help.