glenda 0.3.0

An opengl utility and renderer library.
Documentation
1
2
3
4
5
6
7
pub mod gl_utils;
pub mod renderers;
pub mod image;

pub use gl;

pub type Error = Box<dyn std::error::Error>;