gemini-engine 0.14.2

A 2D/3D monospaced ASCII rendering engine for the terminal
Documentation
1
2
3
4
5
6
7
8
mod index_face;
pub use index_face::IndexFace as Face;

mod projected_face;
pub(super) use projected_face::ProjectedFace;

mod projected_vertex;
pub(super) use projected_vertex::ProjectedVertex;