Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentraland-scenes/box2d-ball-example-scene
Using box2d to create a bouncing ball
https://github.com/decentraland-scenes/box2d-ball-example-scene
decentraland
Last synced: about 1 month ago
JSON representation
Using box2d to create a bouncing ball
- Host: GitHub
- URL: https://github.com/decentraland-scenes/box2d-ball-example-scene
- Owner: decentraland-scenes
- Created: 2020-07-05T21:13:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T08:00:50.000Z (over 4 years ago)
- Last Synced: 2024-05-02T17:52:49.291Z (8 months ago)
- Topics: decentraland
- Language: TypeScript
- Homepage:
- Size: 3.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Repository - 2D Bouncing Ball - ball.gif" width="200"> | A bouncing ball using the box2d physics library to simulate physics in a 2D space. | (Examples / Essentials)
README
# Box2D Ball Example Scene
_demo of box2d-ball-example-scene running in preview._
![demo](https://github.com/decentraland-scenes/box2d-ball-example-scene/blob/master/screenshots/bouncing-ball.gif)
## Description
Simulating a bouncing ball using the [box2d.ts](https://github.com/flyover/box2d.ts) physics engine.## Running the scene
After you clone the project, run the following:```
$ npm i -g decentraland
```Followed by:
```
$ dcl start
```