This program simulates multiple objects (balls) the flying around. The file animation.pde is the entry point.
- You added new objects (balls) with a mouse click.
- With the key + you can add new balls, too.
- With the key - you remove random balls from the simulation.
The program use the following classes:
- Ball -- moving and collision detection of the balls.
- World
The file animation.pde contains the main program.