Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshforisha authored Dec 31, 2020
1 parent 3d66ba0 commit fbfba8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ ctx.putImageData(imageData, 0, 0);

![Example output](https://raw.githubusercontent.com/joshforisha/open-simplex-noise-js/main/images/example.png)

## 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:

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

## API

```typescript
Expand Down

1 comment on commit fbfba8f

@joshforisha
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addresses questions raised in #7 and #8

Please sign in to comment.