/voxeltorus

Non-Euclidean voxel engine

Primary LanguageRust

voxeltorus

A raycasting voxel engine written in Rust using Macroquad.

To use it, clone the repository with git, then build and run:

git clone https://github.com/mdnestor/voxeltorus.git
cd voxeltorus
cargo build
cargo run --release