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
- Host: GitHub
- URL: https://github.com/barrybecker4/physics-simulation
- Owner: barrybecker4
- Created: 2021-05-08T15:14:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T15:51:21.000Z (about 3 years ago)
- Last Synced: 2025-02-13T07:34:04.345Z (5 months ago)
- Language: JavaScript
- Size: 2.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.