Skip to content

v1.1.0 & New Web Preview App

Compare
Choose a tag to compare
@Auburn Auburn released this 15 Oct 23:23
· 23 commits to master since this release

Reworked preview tool, now using C++ and Emscripten to create a web app

Check it out here: http://auburn.github.io/FastNoiseLite

Simplex FBm

What's Changed

  • JavaScript: Fixed using double multiply instead of int multiply for hashing causing the noise output to differ from other with languages. (This will cause noise generated in v1.1+ JavaScript to differ from v1.0.1 even with matching seeds!)
  • HLSL: Fix interface and implementation do not match by @timczm in #81
  • C++: Const correctness by @MGRussell in #95
  • HLSL: Fix 'internal error: no storage type for block output' by @reveriejake in #105
  • C, HLSL, GLSL: Made cellular jitter constant consistent for all languages (will cause slightly different outputs) by @ForeverZer0 in #117
  • Rust: no_std and improve docs by @Keavon in #120

New Contributors

Full Changelog: v1.0.3...v1.1.0