Crate bones3_core

Source
Expand description

This cargo crate implements the core functionality for Bones Cubed. This includes the voxel storage capabilities, world data structures, voxel queries and system parameters, and similar features.

Modules§

math
A collection of simple math utilities for working with voxel environments.
prelude
Used to import common components and systems for Bones Cubed.
query
This module handles system parameter extension utilities to make it easier for working with voxel worlds and voxel chunks in a faster and cleaner manner.
storage
Contains the implementation for VoxelWorld data storage and manipulation.
util
This module contains useful utility components and systems that might be used often while working with Bones Cubed.

Structs§

Bones3CorePlugin
The core plugin for Bones Cubed.