Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
987 stars 128 forks source link

Improve ancient map operation #93

Closed ftomassetti closed 9 years ago

ftomassetti commented 9 years ago

I restored the branch using a diff and decided to send a PR before forgetting it :)

I just add a few options to control the "generate ancient map" operation. The user can decide to not draw single elements independently (biome, rivers, mountains). I added also an option to draw an extra border around the land.

I was working on the code to draw mountains to improve it but I am not yet satisfied with the result. There is a function that it is not used in the code, maybe it would make sense to finish it before merging.

Minor thing: I also updated the name of script presented in the usage message. It used to be "generator" while now the script should be worldengine (at least when using the installed script instead of running worldengine/cli/main.py)