Many Particle Systems (Emitters!)
Nature of Code Lesson #4.2
In this video, I add an Emitter class to further organize the array of particles and allow for multiple particle systems in a p5.js sketch.
Community Contributions
- Fireworks by LemurDaniel (Source Code)
- Particle System With Images by Indrayudh Chakraborty (Source Code)
- Particle system with Movers by Arnav (Source Code)
- Magic Ballz by wojtekpaszo (Source Code)
You can also add your own version! (See how)
Videos discussed in this lesson
- Angles and Rotation - Nature of Code 3.1 by The Coding Train
- Fireworks! - Coding Challenge #27 by The Coding Train
- Inheritance in JavaScript by The Coding Train
- Polymorphism in JavaScript by The Coding Train