Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fildon/noisy
https://github.com/fildon/noisy
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fildon/noisy
- Owner: fildon
- Created: 2023-11-11T13:02:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:10:46.000Z (about 1 year ago)
- Last Synced: 2023-11-12T14:23:35.800Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noisy
A realtime animation of Perlin noise. The first step of a typical Perlin noise generator is to create random unit vectors. In this version however we create unit vectors that rotate at a random speed over time. Then each frame we compute the Perlin noise output given the current position of all vectors. This creates the impression of a smoothly flowing noisy animation.
Deployed on [rupertmckay.com/noisy](https://rupertmckay.com/noisy)