Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Releases: Auburn/FastNoiseSIMD

Cave Noise, Cellular Jitter, Cellular Distance Index

25 May 21:41
Compare
Choose a tag to compare
  • Added cellular Distance2Cave return type
  • Cellular jitter setting, changes maximum distance a cellular point can be moved from it's grid position
  • Cellular Distance2 Index setting, changes the indices used for the distance sorted cellular point array

FastNoise SIMD Preview requirements:

Fixed cellular value/distance error

07 May 22:11
Compare
Choose a tag to compare
  • Fixed cellular value and distance return types error after moving up/down

FastNoise SIMD Preview requirements:

Cellular distance index setting, Cellular cave noise

28 Apr 00:10
Compare
Choose a tag to compare
  • Cellular distance index setting
  • Cellular cave noise (distance2Cave)

FastNoise SIMD Preview requirements:

Cubic noise, AVX512 support

16 Mar 18:45
Compare
Choose a tag to compare
  • Cubic (Fractal) noise added
  • Normalise + Gradient perturb
  • Moved to MSVC 2015

Note:
AVX512 not compiled in the preview program due to MSVC 2015 not supporting it yet

FastNoise SIMD Preview requirements:

Better GUI controls, Improved hashing

02 Feb 00:37
Compare
Choose a tag to compare
  • Scrolling over decimal fields increases/decreases them
  • Fixed scrolling on numeric up/down fields
  • Random seed button
  • Updated hashing functions, reduces large scale patterning

FastNoise SIMD Preview requirements:

Cellular Noise Lookup Return Type

01 Feb 05:20
Compare
Choose a tag to compare
  • Added new cellular return type, noise lookup, with associated settings.

FastNoise SIMD Preview requirements:

Perturb Noise

22 Jan 15:30
Compare
Choose a tag to compare
  • Added perturb settings for all noise types

FastNoise SIMD Preview requirements:

Float conversion locale fix

14 Jul 14:45
Compare
Choose a tag to compare
Pre-release
  • Fixed crash on PCs not using "." for decimal point
  • Settings conversion error messages

FastNoise SIMD Preview requirements:

Cellular tweaks

03 Jul 23:20
Compare
Choose a tag to compare
Cellular tweaks Pre-release
Pre-release
  • Tweaked cellular natural distance
  • Custom preview size
  • Preview mean stat
  • Faster startup

FastNoise SIMD Preview requirements:

Cellular Noise Added!

01 Jul 23:04
Compare
Choose a tag to compare
Cellular Noise Added! Pre-release
Pre-release
  • Large selection of cellular noise settings
  • Upscaling setting
  • Dynamic range on preview image
  • SIMD level manual setting (setting this higher than your CPU can support will crash the program)
  • Fixed rare AVX detection crash

FastNoise SIMD Preview requirements: