Releases: PersonTheCat/FastNoise
Releases · PersonTheCat/FastNoise
Beta 0.9
Added functional noise scaling options. Semantics may change in a future release.
Beta 0.8
- Added true 1D noise generators for Simplex and Value noise
- Fixed bugs with the 1D Perlin noise generator
- Added better default generators for all of the other 1D noise types
- Added a new noise viewer for 1D noise graphsr
- Added an experimental
MultiGeneratorwhich combines the output of multiple other generators. - The current
MultiTypeoptions are experimental and may change (soon)
Beta 0.7
Tons of fixes and tweaks to domain warping
Beta 0.6
Added FastNoise#isInThreshold and overloads
Beta 0.5
Bump sources for JitPack.
Beta 0.4
Exclude a few values from the generated equals and hash methods.
Beta 0.3
Bundle updated source code for JitPack
Beta 0.2
- Minor fixes
- Add seed-only constructors
Initial Beta Release
Includes most of the features from the original FastNoise library, several of the new features from FastNoiseLite, and all of the features added by Cave Generator.