An open API service indexing awesome lists of open source software.

https://github.com/jongallant/WorldGeneratorFinal

Procedural world map generator
https://github.com/jongallant/WorldGeneratorFinal

procedural-generation unity world-generator worldbuilding

Last synced: 2 months ago
JSON representation

Procedural world map generator

Awesome Lists containing this project

README

        

# WorldGeneratorFinal
Accompanying article can be found at:
http://www.jgallant.com/procedurally-generating-wrapping-world-maps-in-unity-csharp-part-4/

This is the source code for a world building tutorial for Unity. The project contains two methods of generation.

## Spherical
![Example](http://www.jgallant.com/wp-content/uploads/2019/05/worldgen1.png "Example")

## Wrapping
![Example](http://www.jgallant.com/wp-content/uploads/2019/05/worldgenwrap.png "Example")

Sphere mesh taken from:
https://www.binpress.com/creating-octahedron-sphere-unity/