grafix-toolbox 0.7.7

Personal collection of opengl and rust tools, also serving as an functional gui crate. See ./gui/elements for premade gui elements
Documentation
1
2
3
4
5
6
7
8
9
#![warn(clippy::all)]
#![allow(non_snake_case, non_camel_case_types)]

#[macro_use]
mod lib;
pub mod glsl;
pub mod gui;

pub use lib::*;