https://github.com/hansihe/voxel_worldgen
A voxel world generator written in Rust
https://github.com/hansihe/voxel_worldgen
minecraft rust voxel
Last synced: 7 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T23:49:15.000Z (over 9 years ago)
- Last Synced: 2025-03-08T18:38:31.079Z (7 months ago)
- Topics: minecraft, rust, voxel
- Language: Rust
- Size: 40 KB
- Stars: 70
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voxel_worldgen

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.