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
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