pullrequests Search Results · repo:Auburn/FastNoiseLite language:JavaScript
Filter by
35 results
(108 ms)35 results
inAuburn/FastNoiseLite (press backspace or delete to remove)Dear developers of FastNoiseLite Libruary. I am working on custom plugin for Godot Game Engine that will allow usage of
FastNoiseLite libruary on GPU device to provide noise data at runtime without visible ...
MAGGen-hub
- 2
- Opened on Jan 2, 2024
- #127
Hello! I was trying the example given in the Getting Started section of README and it looks like SetNoiseType method has
been renamed to set_noise_type and the method signature seems to take Option NoiseType ...
SayYoungMan
- 2
- Opened on Dec 28, 2023
- #126
This might be a breaking change under semver rules--I don t know enough to be confident.
The get_noise functions don t actually need to borrow self mutably, and doing so can be somewhat limiting. For ...
valadaptive
- 1
- Opened on Dec 23, 2023
- #125
I built this to compare the results between C# and Rust by generating thousands of permutations and comparing the
resulting image files between both versions. I m leaving this work in this branch for posterity ...
Keavon
- 1
- Opened on Oct 24, 2023
- #122
- Reworked preview tool, now using C++ and Emscripten to create a web app
- Fixed issue with JavaScript port using double multiply instead of int multiply for hashing causing the noise output
to ...
Auburn
- Opened on Oct 15, 2023
- #121
Keavon
- Opened on Oct 6, 2023
- #119
This PR simply adds consistency to a constant value used by the 2D cellular algorithm. The C version and GLSL/HLSL ports
baed on it use a value of 0.5 instead of 0.43701595, resulting in inconsistent output ...
ForeverZer0
- 1
- Opened on Sep 8, 2023
- #117
This PR adds Go support to the library. It is based on the C/C# versions, with no significant changes other than
employing Go naming conventions and making the public API idiomatic for Go.
ForeverZer0
- 7
- Opened on Sep 8, 2023
- #116
Fixes errors which appear when loading in state data through variables.
Works on my end. Please double check before accepting pull request.
Original solution provided by: https://github.com/Akeyn
reveriejake
- 14
- Opened on Nov 10, 2022
- #105
The for loop in example code is wrong, since the index always stays at 0 and results in all 0.0 values
arash28134
- 4
- Opened on Oct 14, 2022
- #103