@leodeslf/perlin-noise

1.1.2 • Public • Published

Perlin Noise


             _.~^~.__.~^~._
           /~^~.______.~^~/\
          /^~.________.~^/ /
         /~^~.______.~^~/ /
        /_.~^~.__.~^~._/ /
       /_ /\___________\/
      /._/ /
     /~./ /
    /^~/ /
    \__\/

About

A Perlin Noise library for JavaScript.

Features

  • perlin1D
  • perlin2D
  • perlin3D
  • perlin4D

Install

npm i @leodeslf/perlin-noise

Usage

import { perlin1D } from '@leodeslf/perlin-noise';

console.debug(perlin1D(0.125)); // -0.10894775390625
console.debug(perlin1D(0.120)); // -0.1056811008
console.debug(perlin1D(0.115)); // -0.10229407794375

Live demo here (1D, 2D, 3D, and 4D).

Author

Leonardo de S.L.F.

License

MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @leodeslf/perlin-noise

Weekly Downloads

14

Version

1.1.2

License

MIT

Unpacked Size

13.2 kB

Total Files

5

Last publish

Collaborators

  • leodeslf