An open API service indexing awesome lists of open source software.

https://github.com/fildon/noisy


https://github.com/fildon/noisy

Last synced: 8 months ago
JSON representation

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)