Menu

PARTICLES

Home / Code / Particles

Particles

Creative Coding

Particles (watch videos) is a project made in javaScript using p5js, "a JavaScript library for creative coding...." The project is based on Daniel Shiffman's The Nature of Code. The idea of the project is to simulate the attraction of particles to an attractor, simulating forces of gravity, acceleration, velocity, and other parameters. This attractor is in turn a wandering attractor, which is as well a type of simulation found on Shiffman’s The Nature of Code.

You may:

Particles 3D

This is an adaptation from 2D to 3D done in a C++ framework sibling of p5js, openFrameworks, "an open source c++ toolkit for creative coding."

Repositories

GitHub Particles 2D

GitHub Particles 3D