
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
three-noise
Advanced tools
Simple gradient noise library for use with Three.js. Now with fBm!
View Demo
·
Report Bug
·
API Docs
Make sure to have ThreeJS installed.
$ npm i three
Install through NPM
$ npm i three-noise
For Browsers, download build/three-noise.js.
In your HTML
<script src="lib/three-noise.js"></script>
<script src="./main.js" defer></script>
Then, in your JavaScript you can use the THREE_Noise object.
const { Perlin, FBM } = THREE_Noise;
In NodeJS, you can import it like you normally do.
import { Perlin, FBM } from 'THREE_Noise';
// Instantiate the class with a seed
const perlin = new Perlin(Math.random())
perlin.get2(vector2) // Get 2D Perlin Nosie
perlin.get3(vector3) // Get 3D Perlin Nosie
// Instantiate the class with a seed
const fbm = new FBM({
seed: Math.random()
})
fbm.get(vector2) // Get 2D Perlin Nosie with fBm
fbm.get(vector3) // Get 3D Perlin Nosie with fBm
FAQs
Simple gradient noise library for use with Three.js. Now with fBm!
The npm package three-noise receives a total of 815 weekly downloads. As such, three-noise popularity was classified as not popular.
We found that three-noise demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.