CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

Terrain Generation Algorithm in a 3D Space #1324

Open the-og-gear opened 5 years ago

the-og-gear commented 5 years ago

It would be a nice thing to see how the different terrain generation algorithms are used in 3D spaces. The two that I'm most interested in seeing, personally, are Perlin and Diamond-Square. They are both simple, yet beautiful in their results.

Other algorithms are appreciated, as well. No algo left behind, of course!

the-og-gear commented 5 years ago

Forgot to add Challenge: before the title.