v1.1.0 & New Web Preview App
Reworked preview tool, now using C++ and Emscripten to create a web app
Check it out here: http://auburn.github.io/FastNoiseLite
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
- @johypark made their first contribution in #77
- @timczm made their first contribution in #81
- @fragrant-teapot made their first contribution in #82
- @MGRussell made their first contribution in #95
- @dotlogix made their first contribution in #99
- @arash28134 made their first contribution in #100
- @reveriejake made their first contribution in #105
- @ForeverZer0 made their first contribution in #117
- @Keavon made their first contribution in #118
Full Changelog: v1.0.3...v1.1.0