noise
noise copied to clipboard
Noise generation library for Java, based on the libnoise C++ library. It is used to generate coherent noise, a type of smoothly-changing noise. It can also generate Perlin noise, ridged multifractal n...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/SpongePowered/noise). ## Open The following updates have all...
Unfortunately, Java can only expose mutable arrays at the moment, and we don't want to allow our internal state to be exposed like this. Alternatives are: - provide a DoubleStream...
Your `Noise.gradientCoherentNoise3D` is actually Perlin noise and your Perlin noise is actually fBM noise. `libnoise` made this mistake and since everyone else is either porting that library or copy/pasting from...
This has been found by DaPorkchop_ while working on another project This method: https://github.com/SpongePowered/noise/blob/213f04e0fc78bd19160c5700981b0620f45e9f98/src/main/java/org/spongepowered/noise/Utils.java#L114-L122 has been originally ported from the following [C code in libnoise](https://github.com/eXpl0it3r/libnoise/blob/778ac138e86afbaeef7d260c8aaea3972384b433/include/noise/noisegen.h#L158-L167): ```C inline double MakeInt32Range (double...
Hello. I like to use noise for my game. I was under the impression that this a re-implementation of the noise lib in Java. I was trying to follow this...
How can you set seed type long?
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.27.1` -> `2.29.2` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `8.7` -> `8.9` | --- ### Release Notes...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.9` -> `8.10.2` | --- ### Release Notes gradle/gradle (gradle)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://redirect.github.com/google/error-prone)) | `2.29.2` -> `2.32.0` | [](https://docs.renovatebot.com/merge-confidence/) |...