Skip to content

mdnestor/voxeltorus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voxeltorus

A raycasting voxel engine written in Rust using Macroquad. It uses the Fast Voxel Traversal Algorithm on a linked list resulting in non-Euclidean space. For example, you can have space that loops around in all 3 dimensions (aka the 3-torus) as well as seamless portals.

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

About

Non-Euclidean voxel engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages