You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is pretty useful to have on hand. Nice and simple to use too! I'm wondering though, did you use the straight up Simplex algorithm? If so, I hate to be one of those pesky people when it comes to patents, but can you implement OpenSimplex instead as an option?
My understanding of the patents is that they are limited in what they apply to. The code can still be used unencumbered as long as it isn't used to generate images. Other uses, like terrain generation, are fine.
The implementations between Perlin noise and Simplex are similar enough that I could share a lot of the code, so adding the implementation wasn't too much effort.
That said, I would absolutely support adding OpenSimplex to this library.
Hi, this is pretty useful to have on hand. Nice and simple to use too! I'm wondering though, did you use the straight up Simplex algorithm? If so, I hate to be one of those pesky people when it comes to patents, but can you implement OpenSimplex instead as an option?
https://en.wikipedia.org/wiki/OpenSimplex_noise
The text was updated successfully, but these errors were encountered: