noise icon indicating copy to clipboard operation
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...

Results 18 noise issues
Sort by recently updated
recently updated
newest added

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...

type: dependencies

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?

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

type: dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

type: dependencies

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)...

type: dependencies

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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.errorprone:error_prone_annotations/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependencies