The bindings to the Nuklear 2D immediate GUI library.
Currently beta.
Drawing backends:
- gfx-pre-ll for GFX 3D drawing engine (examples: OpenGL, DX11)
 - glium for glium 3D drawing engine (example: here)
 - GDI for WinAPI GDI (example: here)
 - wgpu-rs for GPUWEB implementation over gfx-hal (example: here)
 
All examples are based on the extended example of the original library.
API suggestions, PRs and improvement ideas are welcome!