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
- Host: GitHub
- URL: https://github.com/jongallant/WorldGeneratorFinal
- Owner: jongallant
- License: mit
- Created: 2016-01-15T18:22:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T17:14:39.000Z (about 6 years ago)
- Last Synced: 2024-11-10T20:38:41.479Z (8 months ago)
- Topics: procedural-generation, unity, world-generator, worldbuilding
- Language: C#
- Homepage: http://www.jgallant.com/procedurally-generating-wrapping-world-maps-in-unity-csharp-part-4/
- Size: 117 KB
- Stars: 344
- Watchers: 23
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
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
## Wrapping
Sphere mesh taken from:
https://www.binpress.com/creating-octahedron-sphere-unity/