Added a basic README.
This commit is contained in:
parent
5e9be14f7a
commit
8ec69eedc1
|
@ -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:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
Loading…
Reference in New Issue