Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veritius/world-gen
An experiment about procedurally generating an entire world.
https://github.com/veritius/world-gen
Last synced: 6 days ago
JSON representation
An experiment about procedurally generating an entire world.
- Host: GitHub
- URL: https://github.com/veritius/world-gen
- Owner: Veritius
- Created: 2023-05-16T10:04:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T01:09:44.000Z (about 1 year ago)
- Last Synced: 2023-10-30T02:30:44.398Z (about 1 year ago)
- Language: Rust
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# world-gen
An experiment about procedurally generating a fantasy world, a la Dwarf Fortress or Caves of Qud.
The generator is mainly designed not to do anything by itself, but to provide a backdrop for a human-run game like Dungeons and Dragons.You can pre-define a starting point for the simulation by defining people, places, species (as in humans, elves), etc.
## Running
You should be able to simply use `cargo run`, but read [eframe's docs](https://github.com/emilk/egui/tree/master/crates/eframe) beforehand to make sure you have all requirements.