Saturday, July 26, 2014

Added file dialog API [updated]

Ding ding ding!

I just added a new API (SDLU_FileDialog()), which fires up a file chooser dialog. See 'testfiledialog' for an example of its usage.

The back-ends supported so far are GTK+ (for UNIX and Mac OS X) and the Win32 API. Soon to be added is a native Mac OS X backend (using NSOpenPanel).

Just download the latest version from http://bitbucket.org/sdlu/sdlu/get/master.zip, compile and have fun! I have also uploaded snapshots at the downloads page at bitbucket.


-- Aggelos Kolaitis