11 releases (7 stable)
Uses old Rust 2015
4.0.5 | Jan 19, 2020 |
---|---|
4.0.4 | May 2, 2019 |
4.0.2 | Apr 28, 2019 |
1.156.0 |
|
0.1.0 | Sep 25, 2016 |
#494 in Graphics APIs
50 downloads per month
Used in 5 crates
(via nuklear-rust)
2MB
41K
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!