Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harmboschloo/x-elm-aframe
A-Frame/Elm explorations
https://github.com/harmboschloo/x-elm-aframe
a-frame elm
Last synced: 25 days ago
JSON representation
A-Frame/Elm explorations
- Host: GitHub
- URL: https://github.com/harmboschloo/x-elm-aframe
- Owner: harmboschloo
- License: bsd-3-clause
- Created: 2018-04-19T17:25:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T18:39:04.000Z (about 6 years ago)
- Last Synced: 2024-10-29T15:15:14.394Z (2 months ago)
- Topics: a-frame, elm
- Language: Elm
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-Frame/Elm Explorations
Some [A-Frame](https://aframe.io/)/[Elm](http://elm-lang.org/) explorations:
* [Intro](src/Intro/Main.elm) ([demo](https://harmboschloo.github.io/x-elm-aframe/build/intro/)) uses plain elm nodes and attributes
* [Minecraft](src/Minecraft/Main.elm) ([demo](https://harmboschloo.github.io/x-elm-aframe/build/minecraft/)) is based on [Building a Minecraft Demo](https://aframe.io/docs/0.8.0/guides/building-a-minecraft-demo.html). It uses an experimental [Elm AFrame Api](src/AFrame) with [phantom types](https://medium.com/@ckoster22/advanced-types-in-elm-phantom-types-808044c5946d).