Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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