Pixel Quest is a simple 3d Voxel engine written in Rust and OpenGL, it counts with several biomes like forests, deserts, mountains, planes and dynamic tree generation
- 🌍 Infinite world generation
- ⏩ Highly performant chunk generation
- 🌳 Different biomes available
- 📷 3d camera integrated
- ⚙️ Rust
- 📘 Glium
Follow these simple steps to setup Oixel Quest locally on your machine
Rust Nightly or Stable version
-
Clone the repo
git clone https://github.com/DracoR22/pixelcraft.git
-
Compile and run the project
cargo run
-
That's it! thats all you have to do to get Pixel Craft up and running