#opengl #graphics #low-level #signed #distance #top #add

gl_lib

This package uses the gl_generator package and add some useful tools on top. An example is a textrenderer that used signed distance field. All the low level access is still avaiable

2 unstable releases

0.1.0 Nov 14, 2021
0.0.1 Oct 2, 2021

#247 in Rendering

MIT license

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

~16MB
~122K SLoC