hai_core 0.7.0

Core implementation of Hai game engine, and general 2D rendering library using WebGPU as well.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod cursor;
mod mvp_matrix;
mod point;
mod surface_size;
mod transform;
mod vertex;

pub use cursor::*;
pub use mvp_matrix::*;
pub use point::*;
pub use surface_size::*;
pub use transform::*;
pub use vertex::*;