nuki-rs
=======
Forked from https://github.com/snuk182/nuklear-rust.
[](https://crates.io/crates/nuki)
The bindings to the [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) 2D immediate GUI library.
Currently beta.
Drawing backends:
* [gles](https://github.com/varphone/nuki-backend-gles) for GLESv2/3 3D drawing engine.
All examples are based on the [extended example](https://github.com/Immediate-Mode-UI/Nuklear/blob/master/example/extended.c) of the original library.
API suggestions, PRs and improvement ideas are welcome!