https://github.com/y-taka-23/elm-ballpool
A demo of a toy physics engine written in pure Elm. ☄
https://github.com/y-taka-23/elm-ballpool
2d-graphics elm physics-simulation
Last synced: over 1 year ago
JSON representation
A demo of a toy physics engine written in pure Elm. ☄
- Host: GitHub
- URL: https://github.com/y-taka-23/elm-ballpool
- Owner: y-taka-23
- License: bsd-3-clause
- Created: 2018-02-11T08:15:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T06:12:09.000Z (about 8 years ago)
- Last Synced: 2025-03-25T02:36:40.830Z (over 1 year ago)
- Topics: 2d-graphics, elm, physics-simulation
- Language: Elm
- Homepage: https://y-taka-23.github.io/elm-ballpool/
- Size: 6.69 MB
- Stars: 42
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Physics Demo in Elm ([Try It](https://y-taka-23.github.io/elm-ballpool/))
=========================================================================

Run Things Locally
------------------
```bash
git clone https://github.com/y-taka-23/elm-ballpool.git
cd elm-ballpool
elm-package install
npm install
npm run start
```