farac / terrain_generator

Python terrain generator using heightmaps and moisturemaps generated using OpenSimplex noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python terrain generator using heightmaps and moisturemaps generated using OpenSimplex noise

License:MIT License


Languages

Language:Python 100.0%