This module brings declarative WebVR framework A-Frame to Elm.
:warning: Highly experimental, since it depends on external JavaScript library.
Simple VR with Elm and A-Frame by @tilmans
cd examples/HelloWorld
elm-make Main.elm --output index.js
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