Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hansihe/voxel_worldgen

A voxel world generator written in Rust
https://github.com/hansihe/voxel_worldgen

minecraft rust voxel

Last synced: about 2 months ago
JSON representation

A voxel world generator written in Rust

Awesome Lists containing this project

README

        

# voxel_worldgen

![Example terrain](https://i.imgur.com/PGtsKGc.png)

This rust crate aims to create and mantain utilities, tools and algorithms used for world generation in voxel-based games. It aims to keep the individual components as reusable and modular as possible.

The crate also contains and implementation of a minecraft-like world generator.