Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topheman/matterjs-poc
matterjs-poc
https://github.com/topheman/matterjs-poc
Last synced: about 2 months ago
JSON representation
matterjs-poc
- Host: GitHub
- URL: https://github.com/topheman/matterjs-poc
- Owner: topheman
- License: mit
- Created: 2020-07-18T18:07:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T01:42:09.000Z (over 2 years ago)
- Last Synced: 2024-04-08T00:39:39.694Z (9 months ago)
- Language: TypeScript
- Homepage: https://matterjs-poc.surge.sh
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MatterJS-poc - a simple editor
[![Demo](https://img.shields.io/badge/demo-online-blue.svg)](https://matterjs-poc.surge.sh)
The goal of this project is to make a poc of a game where you would have:
- An editor mode to position bricks and balls
- A runtime mode to see them fallThe physics part is based on [matter-js](https://brm.io/matter-js/). The source code is written in TypeScript and transpiled with [snowpack](https://www.snowpack.dev), a new lightweight bundler for development (this poc was the occasion of testing it).
You can read the [snowpack generated README](README.snowpack.md).
## Install
```sh
yarn
```You may also use `npm`
## Run
```sh
npm start
```## Build
```sh
npm run build
```