zoa 0.1.0

3D ASCII renderer for terminals with shapes, particles, and effects
Documentation
1
2
3
4
5
pub mod math;
pub mod rasterizer;

pub use math::{Camera, Vec3};
pub use rasterizer::{AsciiBuffer, CharStyle, ColorPalette, Fragment, RenderMode, Renderer};