a simple procedural world generator with chunk system made using perlin-noise, numpy && pillow.
- python 3.13+
- uv
- create a virtual environment using
uv venv - install the dependencies using
uv sync - optional: edit
world_generator/conf.py - run the script using
uv python -m main
