https://github.com/ryan-haskell/elm-2d-old
an experiment for making 2D WebGL stuff with Elm.
https://github.com/ryan-haskell/elm-2d-old
elm webgl
Last synced: 3 months ago
JSON representation
an experiment for making 2D WebGL stuff with Elm.
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-2d-old
- Owner: ryan-haskell
- Created: 2020-02-21T03:19:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:59:15.000Z (over 2 years ago)
- Last Synced: 2025-03-19T17:48:57.608Z (3 months ago)
- Topics: elm, webgl
- Language: Elm
- Homepage: https://elm-2d.netlify.com/
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-2d
an experiment for making 2D WebGL stuff with Elm.### local dev
```
cd examples/intro
npm start
```