Discussion:
tiny file dialogs - Cross platform file dialogs in C / C++ for WINDOWS OSX UNIX - perfect for GLUT
(too old to reply)
tiny file dialogs
2014-11-30 09:22:37 UTC
Permalink
tiny file dialogs - tinyfd
Cross platform file dialogs in C / C++ for WINDOWS OSX UNIX
version 1.1.2 [November 19, 2014]

A single C file with 3 function calls.
They pop up the open file(s) dialog,
the save file dialog or the select folder dialog.
It also compiles on c++ compilers.
Conceived as a complement to glut,
THERE IS NO MAIN LOOP.
On windows, native code is used to create the dialogs.
On unix, it uses zenity, present on linux, freebsd and illumos.
Otherwise it uses python 2 with tkinter, present on osx.


--- news://freenews.netfront.net/ - complaints: ***@netfront.net ---
bu
2014-12-01 14:22:44 UTC
Permalink
http://tinyfiledialogs.sourceforge.net
Post by tiny file dialogs
tiny file dialogs - tinyfd
Cross platform file dialogs in C / C++ for WINDOWS OSX UNIX
version 1.1.2 [November 19, 2014]
A single C file with 3 function calls.
They pop up the open file(s) dialog,
the save file dialog or the select folder dialog.
It also compiles on c++ compilers.
Conceived as a complement to glut,
THERE IS NO MAIN LOOP.
On windows, native code is used to create the dialogs.
On unix, it uses zenity, present on linux, freebsd and illumos.
Otherwise it uses python 2 with tkinter, present on osx.
--- news://freenews.netfront.net/ - complaints: ***@netfront.net ---
Loading...