21 releases
0.6.3 | Oct 16, 2020 |
---|---|
0.6.2 | May 12, 2019 |
0.6.1 | Apr 28, 2019 |
0.5.1 | Sep 7, 2018 |
0.1.8 | Nov 3, 2016 |
#253 in Graphics APIs
26 downloads per month
Used in 4 crates
2MB
45K
SLoC
nuklear-rust
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!