Nuklear/Readme.md

31 lines
442 B
Markdown
Raw Normal View History

2015-03-11 16:00:59 +03:00
# GUI
2015-03-14 19:05:30 +03:00
## Features
- Immediate graphical user interface
- Suited for embedding into graphical applications
- Written in C89 (ANSI C)
2015-03-24 15:08:42 +03:00
- Small (~2.5kLOC)
2015-03-14 19:05:30 +03:00
- Focus on portability and ease of use
- no hidden states or global variables
- Renderer independent
- No direct dependencies (not even libc)
- Configurable
- UTF-8 support
## Example
## Gallery
2015-03-24 15:08:42 +03:00
## Panel
2015-03-14 19:05:30 +03:00
## Font
## Configuration
2015-03-24 15:08:42 +03:00
## FAQ
2015-03-14 19:05:30 +03:00
## References
2015-03-03 19:24:02 +03:00
# License
(The MIT License)