blue_engine 0.5.2

General-Purpose, Easy-to-use, Fast, and Portable graphics engine
Documentation
1
2
3
4
5
6
/// Predefined 3D shapes
pub mod three_dimensions;
/// Predefined 2D shapes
pub mod two_dimensions;
pub use three_dimensions::*;
pub use two_dimensions::*;