Skip to content

Commit

Permalink
Added a basic README.
Browse files Browse the repository at this point in the history
andlabs committed Sep 3, 2015
1 parent 5e9be14 commit 8ec69ee
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# libui: a portable GUI library for C

This README is being written.

## Requirements

* Windows: Windows Vista or newer
** At present, you must provide a manifest file
* Unix: GTK+ 3.4 or newer
* OS X: OS X 10.7 or newer

## Documentation

Needs to be written. Consult ui.h and the examples for details for now.

## Screenshots

From examples/controlgallery:

![Windows](examples/controlgallery/windows.png)

![Unix](examples/controlgallery/unix.png)

![OS X](examples/controlgallery/darwin.png)

0 comments on commit 8ec69ee

Please sign in to comment.