Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.