Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSimplex? #4

Open
define-private-public opened this issue Aug 3, 2017 · 1 comment
Open

OpenSimplex? #4

define-private-public opened this issue Aug 3, 2017 · 1 comment

Comments

@define-private-public
Copy link

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

@Nycto
Copy link
Owner

Nycto commented Aug 3, 2017

I went with Simplex for two reasons:

  1. 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.
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants