Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crisward/treb

messing with matter-js
https://github.com/crisward/treb

Last synced: 11 days ago
JSON representation

messing with matter-js

Awesome Lists containing this project

README

        

# Treb.

A trebuchet simulation using matter-js

## Demo

See - https://crisward.github.io/treb/

## Build Instructions

Run the following in your terminal.

```
git clone [email protected]:crisward/treb.git
cd treb
npm install
npm run build
open index.html
```

## Updating...

All the code is in src/index.js

To update the build as you change the src just run

```
npm run watch
```