Create a sketch that makes creative use of at least one particle system. As demonstrated in class, each particle in the system can make use of all the cool physical simulation stuff (e.g. forces, polar coordinates, springs, etc.). Experiment with giving your particles unique properties and behaviors.
Some things you may want to experiment with:
map
, change various properties of the particle over its lifetimeName your project 04_particles
and place it inside your assignments
folder.
Your project should be publically viewable by going to this link:
YOUR_GIHUB_USERNAME.github.io/computational-art-spring2024/assignments/04_particles
If this doesn’t work, take a close look at the setup assignment.