A simple voxel engine inspired by Minecraft, built with Rust and OpenGL.
Here is a link to my Report.
To build the project, ensure you have Rust and Cargo installed. Then, run the following command in the project's root directory:
cargo buildFor an optimized release build, use:
cargo build --releaseTo run and build the project for development use:
cargo runI took these during development. Ordered from newest to oldest.
