Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfzebra/elm-aframe
:sunglasses: A-Frame bindings for Elm
https://github.com/halfzebra/elm-aframe
aframe elm functional-programming webvr
Last synced: about 12 hours ago
JSON representation
:sunglasses: A-Frame bindings for Elm
- Host: GitHub
- URL: https://github.com/halfzebra/elm-aframe
- Owner: halfzebra
- Created: 2016-08-07T21:22:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T17:10:47.000Z (about 6 years ago)
- Last Synced: 2024-10-02T09:05:09.126Z (about 2 months ago)
- Topics: aframe, elm, functional-programming, webvr
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/halfzebra/elm-aframe/latest
- Size: 92.8 KB
- Stars: 29
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm integration for A-Frame [![Build Status](https://travis-ci.org/halfzebra/elm-aframe.svg?branch=master)](https://travis-ci.org/halfzebra/elm-aframe)
This module brings declarative WebVR framework [A-Frame](https://aframe.io/) to Elm.
:warning: Highly experimental, since it depends on external JavaScript library.
## Tutorials
[Simple VR with Elm and A-Frame](https://github.com/tilmans/elm-aframe-example) by [@tilmans](https://github.com/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