all-is-cubes 0.2.0

Recursive voxel game/engine. Can be used for lo-fi voxel raytracing.
Documentation

All is Cubes is a game/engine for worlds made of cubical blocks, where the blocks are themselves made of “smaller” blocks that define their appearance and behavior.

This crate defines the world model, simulation rules, rendering, and in-game user interface. Glue for displaying on specific platforms is kept in other crates.