Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 743 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 743 Bytes

Rustcraft

A Minecraft clone written in Rust using OpenGL At the moment only one 8x8 chunk will be displayed using greedy meshing techniques.

Rendering a single chunk Chunk Greedy Meshing

Now, more chunks are being rendered while moving the camera. I implemented some basic perlin noise generation. ChunkRendering ChunkRenderingMesh

Installation

git clone https://github.com/bkuen/rustcraft-rs.git
cd rustcraft-rs
cargo run --release

License

The code of this repository is licensed under GNU GPLv3 (LICENSE or https://opensource.org/licenses/GPL-3.0)