New library - Native File Dialogs

I just open sourced, under the ZLib license, a small C library that lets you call native open and save dialogs. It has been tested and works well alongside SDL2 on each supported platform. It has minimal dependencies and compiles on Linux, Mac and Windows in 32 and 64-bits.

https://github.com/mlabbe/nativefiledialog https://github.com/mlabbe/nativefiledialog

Enjoy!

Michael Labb?

Really nice idea, salutes to you! Hope to give it a try someday.

Cheers,
Jeffrey Carpenter <@Jeffrey_Carpenter>

-------------- next part --------------
A non-text attachment was scrubbed…
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1572 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20141126/b6cd684c/attachment.bin

Hi Michael,

thanks! Sounds like a very useful library to me!

Cheers,
MartinOn 27.11.2014 04:18, Michael Labb? wrote:

I just open sourced, under the ZLib license, a small C library that lets
you call native open and save dialogs. It has been tested and works
well alongside SDL2 on each supported platform. It has minimal
dependencies and compiles on Linux, Mac and Windows in 32 and 64-bits.

https://github.com/mlabbe/nativefiledialog

Enjoy!

Michael Labb?


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Hello Michael.
For me sounds like useful too, thanks.
Is this library works with all Linux desktop environments (desktop independent)?

Looks good!

I made something like this not long ago. I didn’t implement the Linux
parts, I probably got some of the other parts wrong, and I had a modal
color picker dialog too. :slight_smile:

I took it to the point where it was useful enough for the project I was
working on. Maybe you can find some use in comparing with the approach I
took. For instance, I exposed common and platform-specific options via an
optional parameter.

https://code.google.com/p/cp-dialogs/

Jonny DOn Thu, Nov 27, 2014 at 8:15 AM, Alex wrote:

Hello Michael.
For me sounds like useful too, thanks.
Is this library works with all Linux desktop environments (desktop
independent)?


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org