An open API service indexing awesome lists of open source software.

https://github.com/d0mih/blockyworld

A simple Minecraft clone made with Unity
https://github.com/d0mih/blockyworld

minecraft procedural-terrain unity

Last synced: about 2 months ago
JSON representation

A simple Minecraft clone made with Unity

Awesome Lists containing this project

README

        

# BlockyWorld
A simple Minecraft clone made with Unity to experiment with infinite procedural terrain generation.

## Features
- Multiple layers of different terrain (grass, stone and dirt)
- Performance optimization: Only the outer (visible) faces of each chunk are rendered
- Blocks can be removed by clicking on them (edited chunks are updated to re-render the visible faces)

# Credits
* To generate Noise the [LibNoise.Unity](https://github.com/ricardojmendez/LibNoise.Unity) library is used.