voxelis 25.4.0

Sparse Voxel Octree DAG engine for building worlds, shaping matter, and mastering 3D space — powered by pure Rust.
Documentation
1
2
3
4
5
6
7
8
9
pub mod consts;
pub mod export;
pub mod flags;
pub mod import;
pub mod obj_reader;
pub mod varint;

pub use flags::Flags;
pub use obj_reader::Obj;