Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonbengtsson/bouncing-balls
- Owner: simonbengtsson
- Created: 2015-09-13T18:35:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T18:40:43.000Z (about 9 years ago)
- Last Synced: 2024-04-14T07:33:09.893Z (7 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*