Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fildon/noisy


https://github.com/fildon/noisy

Last synced: about 22 hours 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)