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

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. ☄

Awesome Lists containing this project

README

          

Physics Demo in Elm ([Try It](https://y-taka-23.github.io/elm-ballpool/))
=========================================================================

![physics demo](resources/ballpool.gif)

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
```