https://github.com/jvillegasd/bouncing-balls
A program with a ball's animation.
https://github.com/jvillegasd/bouncing-balls
Last synced: about 1 month ago
JSON representation
A program with a ball's animation.
- Host: GitHub
- URL: https://github.com/jvillegasd/bouncing-balls
- Owner: jvillegasd
- Created: 2017-09-09T04:27:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T06:12:04.000Z (about 8 years ago)
- Last Synced: 2025-02-18T10:58:22.117Z (8 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bouncing Balls
It's a program of balls animation. It use threads for calculate all the time movement and collision. I created a little physics class for move and collision (wall collision and balls collision (between them)).