Skip to content

bkuen/rustcraft-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Minecraft clone written in Rust using OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published