AndrewBelt / osdialog

A cross platform wrapper for OS dialogs like file save, open, message boxes, inputs, color picking, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osdialog

A cross platform wrapper for OS dialogs like file save, open, message boxes, inputs, color picking, etc.

Currently supports MacOS, Windows, and GTK2/GTK3 on Linux.

osdialog is released into the public domain (CC0). If you decide to use osdialog in your project, please let me know.

Using

The Makefile is only for building the osdialog test binary. You don't need to use it for your application, but it might be helpful for suggesting compiler flags. Simply add osdialog.h to your include directory, and add osdialog.c and the appropriate osdialog_*.c/.m file to your application's sources.

About

A cross platform wrapper for OS dialogs like file save, open, message boxes, inputs, color picking, etc.

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 80.3%Language:Objective-C 17.3%Language:Makefile 2.4%