Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.51 KB

README.md

File metadata and controls

74 lines (43 loc) · 1.51 KB


🌍 Pixel Quest

A Rust based voxel-based world inspired in Cube World and Veloren engine

About The Project

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

Features

  • 🌍 Infinite world generation
  • ⏩ Highly performant chunk generation
  • 🌳 Different biomes available
  • 📷 3d camera integrated

(back to top)

Built With

  • ⚙️ Rust
  • 📘 Glium

(back to top)

Getting Started

Follow these simple steps to setup Oixel Quest locally on your machine

Prerequisites

Rust Nightly or Stable version

Steps

  1. Clone the repo

    git clone https://github.com/DracoR22/pixelcraft.git
  2. Compile and run the project

    cargo run
  3. That's it! thats all you have to do to get Pixel Craft up and running

(back to top)