Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hansihe/voxel_worldgen
- Owner: hansihe
- Created: 2016-01-26T15:38:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T23:49:15.000Z (over 8 years ago)
- Last Synced: 2024-10-14T12:27:09.249Z (2 months ago)
- Topics: minecraft, rust, voxel
- Language: Rust
- Size: 40 KB
- Stars: 69
- Watchers: 7
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.