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
//! General object useful when need for generic and often used thing.
//! This is stuff like triangles, squares, cubes.
//!//! The source can also serve as an inspiration or reference when implementing
//! new struct for a more specific task.
pubmodsquare;pubmodcube;pubmodbezier;pubmodchar_quad;