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

https://github.com/barrybecker4/physics-simulation

Web based physics simulations
https://github.com/barrybecker4/physics-simulation

Last synced: 3 months ago
JSON representation

Web based physics simulations

Awesome Lists containing this project

README

        

# Physics Simulations

A collection of physics simulations built using [Phaser](https://phaser.io/) and [Planck](https://github.com/shakiba/planck.js/).

## Develop

Npm is used to manage the dependencies. Run `npm ci`

## Run

Running requires a web server, you cannot just open index.html locally in your browser. The simplest thing to do is just open the project in Intellij and right click on index.html and select "Open in Browser". Intellij has its own internal webserver. Alternatively, you can put all these files in htdocs dir wherever you have a webserver.