An experimental python worldgen toy.
Either run:
mkdir -p generated
virtualenv venv -p python3
source venv/bin/activate
pip install numpy Pillow scipy matplotlib
python src_mapgenmain.pyor
mkdir -p generated
uv run --with numpy,Pillow,scipy,matplotlib src_mapgenmain.pyOn Mac, if you're using Homebrew Python, you will need tk. Run brew install python-tk.

