instructions: click (or hold) the mouse to randomly generate particles in the box. move the mouse around to change the viewing angle. The number in the bottom left is the amount of particles in the box. since each particle is made of pen and stored in lists, you can have way more than the clone limit.
This is a work in progress, I'm currently trying to figure out how to make it so the further away balls are drawn first so that they are behind the closer ones. also making it so the balls changing size v1.0 - 18 march 2021: Uploaded! v0.7 - 17 march 2021: figured out changing the size of the balls depending on distance from camera. v0.6 - 16 march 2021: Made the box rotation follow the mouse, fixed z wall collision, figuring out angles and stuff in z axis. v0.5 - 15 march 2021: Started making this from a copy of my list based particles project. just added a z axis to everything and created a box, and set the collision boundaries to the box.