Noise

Noise algorithms for Deno.

https://deno.land/x/noise

Types of Noise

Fast Simplex

An implementation of the improved, faster Simplex algorithm outlined in Stefan Gustavson's Simplex noise demystified.

Fractal

A collection of functions to allow any of the noise type functions to be stacked into octaves with various parameters and summed to give fractal noise results.

OpenSimplex

Due to the legal status issues currently surrounding the Simplex algorithm, OpenSimplex noise was created.