Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crisward/treb
- Owner: crisward
- Created: 2020-05-12T19:31:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T18:04:06.000Z (over 2 years ago)
- Last Synced: 2024-04-17T04:01:51.969Z (10 months ago)
- Language: JavaScript
- Size: 576 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```