Voronoi Map Generator

March 7, 2018 ยท View on GitHub

This is a Unity implementation of a map generator using a similar process to the one outlined by Amit Patel at Red Blob Games

It produces maps like this:

Image of Generated Map

References

  • jceipek's Unity-delaunay project
    • https://github.com/jceipek/Unity-delaunay
    • Licence: MIT
  • Sebastian Lague's Terrain project
    • https://github.com/SebLague/Procedural-Landmass-Generation
    • Licence: MIT