tridify-rs 0.2.2

Fast wgpu render framework that aims to simplify rendering pipelines. Currently under heavy development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod camera;
mod color;
mod math;
mod transform;
mod window;

pub use camera::*;
pub use color::*;
pub use math::*;
pub use transform::*;
pub use window::*;