1 unstable release
0.1.0 | Dec 12, 2024 |
---|
#189 in Graphics APIs
146 downloads per month
Used in 3 crates
(via easy-imgui-renderer)
32KB
959 lines
easy-imgui-opengl
OpenGL helper types for easy-imgui
.
They implement easy handling of shaders and resoures, everything based on the crate glow
.
Original intended as a helper crate for easy-imgui
, it doesn't depend on it on any way, so you can use
this for any other OpenGL-glow
code.
TODO: Documentation of the public API.
lib.rs
:
- Helper module to wrap calls to
glow
OpenGL functions.
Dependencies
~2.5–4MB
~89K SLoC