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
pub const VTM_VERSION: u16 = 0x0100;
pub const VTM_MAGIC: [u8; 12] = *b"VoxTreeModel";
pub const VTC_MAGIC: [u8; 12] = *b"VoxTreeChunk";

pub const RESERVED_1: u32 = 0;
pub const RESERVED_2: u32 = 0;