LET'S CONNECT
✨ Sign up for my newsletter at https://www.pattvira.com
✨ Instagram: https://www.instagram.com/pattvira
✨ Twitter: https://twitter.com/pattvira
--
Links:
🔗 p5.js editor: https://editor.p5js.org/
🔗 Basics of Particle Systems Code: https://editor.p5js.org/pattvira/sketches/V4yLWOjTA
🔗 Introduction to Creative Coding Playlist: https://youtube.com/playlist?list=PL0beHPVMklwgMz4Z-mNp4_udo9mjBk7pn&si=XhvQaojd6cIrxvdn
Related Videos:
🔗 Particle Systems Playlist: https://youtube.com/playlist?list=PL0beHPVMklwjgTj2d4uK_R_1sdPg1hi4x&si=CiiYG9GjhG-XxzWd
Timestamps:
0:00 Intro
0:10 What is a Particle System?
1:05 Create a single particle system
5:38 Create a Particle class
7:52 Create multiple Particle objects aka system of particles (aka a particle system)
9:05 Remove particles based on a condition
12:10 Remove particles using a backward for-loop
15:15 Create a System class
18:39 Create multiple System objects AKA system of particle systems
21:52 Experiment with different ways to add a particle system
22:47 Make it pretty!