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

A collection of simple math utilities for working with voxel environments.
Used to import common components and systems for Bones Cubed.
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.
Contains the implementation for VoxelWorld data storage and manipulation.

Structs

The core plugin for Bones Cubed.