Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonbengtsson/bouncing-balls

A javascript experiment with bouncing balls
https://github.com/simonbengtsson/bouncing-balls

Last synced: about 1 month ago
JSON representation

A javascript experiment with bouncing balls

Awesome Lists containing this project

README

        

# Bouncing Balls #

Bouncing balls (circle collisions) implemented with javascript and HTML5 canvas. Written as part of the course DAT026 Matematisk modellering VT 2014.

**Problem description**
*Implement a 2D bouncing balls program. The program should simulate two bouncing balls jumping around in a rectangular space under the effect of gravity.*