From c6c30c59720182ff85983c0da877020bf4c1601c Mon Sep 17 00:00:00 2001 From: Juan Carlos Ponce Campuzano <37394697+jcponce@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:38:04 +1000 Subject: [PATCH] Update Particle_life.pde --- .../particle-life/Particle_life/Particle_life.pde | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sketches/particle-life/Particle_life/Particle_life.pde b/sketches/particle-life/Particle_life/Particle_life.pde index 936ea948..5c9dc943 100644 --- a/sketches/particle-life/Particle_life/Particle_life.pde +++ b/sketches/particle-life/Particle_life/Particle_life.pde @@ -1,3 +1,18 @@ +/** + * Inspired by Terry Soule's Programming Particle Life + * https://youtu.be/xiUpAeos168?feature=shared + * + * This version by Juan Carlos Ponce Campuzano + * 7/Jul/2024 + * https://www.dynamicmath.xyz/sketches/particle-life + * + * There are different versions below, but I think the one + * I like the most is with PerspecticeCamera. + * TO-DO: + * - Clean the code :P + * - Make a 3D version + */ + int numTypes; int colorStep; int numParticles = 1100;