halfzebra / elm-aframe

:sunglasses: A-Frame bindings for Elm

Home Page:http://package.elm-lang.org/packages/halfzebra/elm-aframe/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm integration for A-Frame Build Status

This module brings declarative WebVR framework A-Frame to Elm.

⚠️ Highly experimental, since it depends on external JavaScript library.

Tutorials

Simple VR with Elm and A-Frame by @tilmans

Running examples

cd examples/HelloWorld
elm-make Main.elm --output index.js

Running webpack example

The webpack configuration includes a webserver and will automatically reload your code when you make changes. Error message during build will be shown in the browser console.

cd examples/webpack
npm install
elm-make
npm run start

About

:sunglasses: A-Frame bindings for Elm

http://package.elm-lang.org/packages/halfzebra/elm-aframe/latest


Languages

Language:Elm 100.0%