/terrain_generator

Python terrain generator using heightmaps and moisturemaps generated using OpenSimplex noise

Primary LanguagePythonMIT LicenseMIT

Terrain Generator

Python terrain generator using heightmaps and moisturemaps generated using OpenSimplex noise.

Screenshot

Install:

This program needs python3 installed and setup to run.

Additional modules needed:

pip install pysimplegui
pip install pillow
pip install matplotlib
pip install numpy
pip install opensimplex

Run:

python ./map_generator.pyw

or

./map_generator.pyw

Acknowledgements

Created using python OpenSimplex implementation available here:

https://github.com/lmas/opensimplex