mkfreeman / imageFields

Generative art of images (driven by Perlin Noise fields)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageFields

This project uses a particle simulation to visualize a field of directional vectors. The color of each particle is based on a random point in the uploaded image. It uses Perlin Noise to construct a field of random (but related) forces in horizontal and vertical directions (that change over time). The project uses the P5js library, and is heavily based on this tutorial series and the corresponding code.

Here are a few examples of what you can make using the tool.

Sunset drawing

Mountains drawing

About

Generative art of images (driven by Perlin Noise fields)

License:MIT License


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:CSS 0.0%