This is a python package to aid you in designing Physics Simulations of Bouncing Balls
- Spinning Frame (Arc)
- Change Frame Size
- Change Ball Color
- Add Trail
- Add Connections
- Add Melody
- Tweak Gravity
- Use Multiple Balls
- Use app.ipynb for exanples.
- Download package.py and use it as a module.
- Make sure that pygame and numpy are installed.
- Use the
App()function to run.