dmonzonis / lazarus

Engine for creating roguelikes in C++
GNU General Public License v3.0
0 stars 0 forks source link

Implement noise algorithms #4

Open dmonzonis opened 5 years ago

dmonzonis commented 5 years ago

Implement some noise algorithms (Perlin, simplex, Wavelet...), which can be of use for the user for things like world or level generation.