Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```