An open API service indexing awesome lists of open source software.

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.

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)).