Skip to content

Releases: caseymcc/HastyNoise

v0.8.3 - Cellular ValueDistance2 and Perturb

01 Sep 17:15
91fcf49
Compare
Choose a tag to compare

Adds ability to get the cell value of distance2 in cellular noise
Adds perturb functionality back
Api change to use const char * vs std::string

v0.8.2 - Fix library loading linux/osx

10 Jul 14:47
2bc4f03
Compare
Choose a tag to compare
  • allow loadSimd to search next to the shared lib for Simd libs
  • add c++17 to target in VS2017
  • fix cmake install when using imgui or boost

v0.8.1 - Preview and cellular bug fixes

11 Jun 15:36
2a5521f
Compare
Choose a tag to compare
  • Add Preview App
  • fix bugs in Cellular noise

v0.8.0 - Renamed and added template support

22 Apr 20:15
4b53084
Compare
Choose a tag to compare

The project has been renamed to HastyNoise to make sure there are no conflicts with the existing FastNoiseSIMD repo. The version now supports all code through templates rather than macros.