grafix-toolbox 0.8.7

Personal collection of opengl and rust tools, also serving as an functional gui crate. See ./gui/elements for premade gui elements
Documentation
#![allow(clippy::len_without_is_empty, clippy::wrong_self_convention)]
mod apply;
mod args;
mod math;
mod ops;
mod swizzle;
mod traits;

pub use {
	apply::*,
	math::{TupleComparison, TupleMath, TupleSelf, TupleSigned},
	ops::{Tuple2Geometry, TupleAllAny, TupleIdentity},
	swizzle::s::*,
};