Crate bevy_bones3
source ·Expand description
This cargo crate, bevy_bones3
is a plugin for Bevy that adds support for
managing voxel environments. This includes voxel data storage, chunk loading
and unloading, and mesh generation.
Re-exports
pub use bones3_core as core;
pub use bones3_remesh as remesh;
pub use bones3_worldgen as worldgen;
Modules
- Used to import common components and systems for Bones Cubed.