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
10
11
12
13
mod batch;
mod block_id;
mod lod;
mod max_depth;
mod traversal_depth;
mod voxel;

pub use batch::Batch;
pub use block_id::BlockId;
pub use lod::Lod;
pub use max_depth::MaxDepth;
pub use traversal_depth::TraversalDepth;
pub use voxel::VoxelTrait;