Skip to content

[Release] 2.0.0

Compare
Choose a tag to compare
@Articdive Articdive released this 17 Feb 10:29

Additions:

  • Worley Noise
  • Fast OpenSimplex Noise
  • Super OpenSimplex Noise

Deprecations:

  • OpenSimplex Noise (old algorithm)

Removals:

  • Combined Noise (was simply not a good idea)

Changes:

  • Improved codebase by reducing code complexity
  • Added result classes to allow noise to have more information than just a double (e.g. WorleyNoise's closest point)