connorwmackay / BlockGame

Another attempt at making a Minecraft clone with OpenGL and C++
GNU General Public License v3.0
0 stars 0 forks source link

Switch Terrain Generation to FastNoise #5

Closed connorwmackay closed 2 months ago

connorwmackay commented 5 months ago

The terrain should be generated using FastNoise instead of LibNoise as this will mean faster generation and also less memory usage.