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
mod voxchunk;
mod voxmodel;
mod voxworld;

pub use voxchunk::VoxChunk;
pub use voxmodel::VoxModel;
pub use voxworld::VoxWorld;