Particle Systems
These video lessons accompany Chapter 4 (Particle Systems) from The Nature of Code book.
- #4.1
Particle Systems
03 Aug 2015This video introduces the idea of Particle Systems.
- #4.2
ArrayLists in Processing
03 Aug 2015This video shows how to use an ArrayList for creating a Particle System.
- #4.3
Deleting objects from ArrayList
03 Aug 2015This video covers how to remove Particle objects from an ArrayList while using a Particle System.
- #4.4
Particle System Class
03 Aug 2015This video covers how to create a Particle System class to manage an ArrayList of Particle objects.
- #4.5
Introduction to Inheritance Part I
03 Aug 2015This video covers the topic of inheritance as it relates to object-oriented programming in the Java programming language.
- #4.6
Introduction to Inheritance Part II
03 Aug 2015This video covers looks at the code for inheritance in a particle system example.
- #4.7
Introduction to Polymorphism
03 Aug 2015This video looks at the topic of polymorphism in object-oriented programming.
- #4.8
Applying forces to a Particle System
03 Aug 2015This video looks at applying forces to a particle system.
- #4.9
Using Image Textures with Particles
03 Aug 2015This video covers how to render your particles using an image.