21 lines
583 B
Markdown
21 lines
583 B
Markdown
|
|
# IUI
|
||
|
|
|
||
|
|
An immediate mode GUI library for LUA projects.
|
||
|
|
|
||
|
|
[Documentation](https://donaldhays.com/iui-docs/)
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
This library must be paired with a backend that connects it to your game engine
|
||
|
|
of choice. Some available backends:
|
||
|
|
|
||
|
|
- [love-iui](https://github.com/DonaldHays/love-iui): LÖVE
|
||
|
|
- [lovr-iui](https://github.com/DonaldHays/lovr-iui): LÖVR
|
||
|
|
|
||
|
|
## Samples
|
||
|
|
|
||
|
|
Sample projects are available that show the library in use.
|
||
|
|
|
||
|
|
- [iui-sample-love](https://github.com/DonaldHays/iui-sample-love): LÖVE
|
||
|
|
- [iui-sample-lovr](https://github.com/DonaldHays/iui-sample-lovr): LÖVR
|