escobar5 / prologue

Generative algorithm with particles that attract/repel

Home Page:https://www.instagram.com/p/Bor3cXYgx0F/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prologue

Generative algorithm with particles that attract/repel.

Prologue

This code is based on this blog post: https://generateme.wordpress.com/2017/01/03/grow-own-iris/

The main idea is that there are initially some particles in a square in the center, they start to move in time as other particles attract or repel them.

If you play with the time step, number of particles, mood function, initial position, you get a lot of interesting effects.

In prologue_2.pde I've changed the positional logic a little, instead of having a number of particles I split the square in a number of cells, and put a particle in each cell.

Here are some examples of the diverse results:

Prologue Prologue Prologue Prologue Prologue Prologue Prologue

About

Generative algorithm with particles that attract/repel

https://www.instagram.com/p/Bor3cXYgx0F/


Languages

Language:Processing 100.0%