A workshop for Rust libraries — published to crates.io.
Library · voxel · lighting · gamedev
Generic 3D BFS light propagation with two-phase removal for voxel engines. Trait-based flood-fill algorithm — works with any storage backend, never mutates caller data. Optional sky light, per-channel RGB, and no_std support.
cargo add voxel-light
This page is reserved for Rust software experiments — small libraries contributing back to the ecosystem. Each crate solves a single problem, is well-documented, and easy to drop in.
Everything is open-source under MIT or Apache-2.0. If a crate is useful, star it. If it breaks, file an issue. If it's missing something, send a PR — collaboration welcome.