Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshforisha authored Apr 14, 2021
1 parent 35b37d1 commit 766b272
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# OpenSimplex Noise

[![npm](https://img.shields.io/npm/v/open-simplex-noise.svg)](https://www.npmjs.com/package/open-simplex-noise)
TypeScript implementation of [OpenSimplex noise](https://en.wikipedia.org/wiki/OpenSimplex_noise).

TypeScript implementation of [OpenSimplex noise](https://en.wikipedia.org/wiki/OpenSimplex_noise)

## Install

npm install open-simplex-noise
* Deno module: [https://deno.land/x/open_simplex_noise](https://deno.land/x/open_simplex_noise)
* NPM package: [open-simplex-noise](https://www.npmjs.com/package/open-simplex-noise)

## Example

Expand Down Expand Up @@ -36,7 +33,7 @@ ctx.putImageData(imageData, 0, 0);

## Fractal Noise

For _fractal noise_ results, which typically involves scaling frequencies and stacking octaves, see [joshforisha/fractal-noise-js](https://github.com/joshforisha/fractal-noise-js). The functions there can be used with this library's noise algorithm to obtain varied results like the following:
For _fractal noise_ results, which typically involves scaling frequencies and stacking octaves, see [joshforisha/fractal-noise-js](https://github.com/joshforisha/fractal-noise-js) (NPM: [fractal-noise](https://www.npmjs.com/package/fractal-noise)). The functions there can be used with this library's noise algorithm to obtain varied results like the following:

![Example fractal noise output](https://raw.githubusercontent.com/joshforisha/fractal-noise-js/main/images/rectangle-low-8.png)

Expand Down

0 comments on commit 766b272

Please sign in to comment.