https://github.com/dracor22/pixelquest
Voxel engine written in Rust and OpenGL, infinite world generation and multiple biomes accross all the world
https://github.com/dracor22/pixelquest
glium graphics opengl rust rust-voxel voxel-engine voxel-generator
Last synced: 3 months ago
JSON representation
Voxel engine written in Rust and OpenGL, infinite world generation and multiple biomes accross all the world
- Host: GitHub
- URL: https://github.com/dracor22/pixelquest
- Owner: DracoR22
- Created: 2024-09-12T04:03:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T23:35:08.000Z (8 months ago)
- Last Synced: 2025-01-20T23:25:56.551Z (5 months ago)
- Topics: glium, graphics, opengl, rust, rust-voxel, voxel-engine, voxel-generator
- Language: Rust
- Homepage:
- Size: 2.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌍 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## Built With
- ⚙️ Rust
- 📘 Glium## 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
```sh
git clone https://github.com/DracoR22/pixelcraft.git
```2. Compile and run the project
```sh
cargo run
```3. That's it! thats all you have to do to get Pixel Craft up and running
[product-screenshot]:showcase/ss1.png