Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
703 stars 80 forks source link

Pedantic Pull Request (promote simplex noise instead of perlin in issue template) #68

Closed KdotJPG closed 4 years ago

KdotJPG commented 4 years ago

Most cases where I see Perlin noise used, appear to be more because the user heard about it first, and not because it was best choice for the application. Attempting to help the cause in a small way, by changing the issue template to reference simplex noise instead of perlin noise. This way, impressionable new developers will be slightly less likely to hear about Perlin first, and be led down the same path.

Hopson97 commented 4 years ago

https://github.com/Hopson97/open-builder/blob/master/src/server/world/terrain_generation.cpp#L162

No worries, simplex is already being used but I'll pull anyways as perlin isn't being used