grafix-toolbox 0.8.31

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
10
#![warn(clippy::all)]
#![allow(non_snake_case, non_camel_case_types, clippy::missing_safety_doc)]

pub use kit::*;

#[macro_use]
mod kit;

#[cfg(feature = "gui")]
pub mod gui;