Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitaliano/threejs-bouncing-ball
Multiple spheres bouncing in a moveable cube along a plane
https://github.com/nitaliano/threejs-bouncing-ball
Last synced: about 4 hours ago
JSON representation
Multiple spheres bouncing in a moveable cube along a plane
- Host: GitHub
- URL: https://github.com/nitaliano/threejs-bouncing-ball
- Owner: nitaliano
- Created: 2015-07-10T20:36:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T17:46:18.000Z (over 9 years ago)
- Last Synced: 2024-11-11T02:39:28.246Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
```
$ git clone https://github.com/unboundfire/threejs-bouncing-ball.git
$ cd threejs-bouncing-ball
$ npm install
$ bower install
$ npm run watch
```