Terrain Generation Experiments
This is a sandbox I made in Python to experiment with techniques for generating terrain heightmaps. It’s set up such to allow for rapid iteration of generation logic, caching algorithm steps to avoid having to recalculate parts of the process unless necessary. It uses Perlin noise to perturb Voronoi diagrams with edge detection optimized for processing island beaches.