2 unstable releases
0.1.0 | Nov 14, 2021 |
---|---|
0.0.1 | Oct 2, 2021 |
#191 in Rendering
240KB
1.5K
SLoC
Open gl with some batteries
This crate uses gl_generator and adds some useful tools
Text rendering
The TextRenderer can be used to render text using signed distance filed given a font. This textrendering can be scale and rotated while still looking crips. If text is not a main focus using this is an easy way to get some text on the screen.
lib.rs
:
A libaray that aim to make use of opengl eaiser to start with, or add to project where graphics is not the main focus. While still allowing all the low level access needed for performance and customizability.
Examples
See examples
Dependencies
~8–15MB
~159K SLoC