Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prayash/eventide
A-Frame demo for a WebVR tutorial on Viget.com
https://github.com/prayash/eventide
a-frame threejs tutorial webgl webvr
Last synced: about 2 months ago
JSON representation
A-Frame demo for a WebVR tutorial on Viget.com
- Host: GitHub
- URL: https://github.com/prayash/eventide
- Owner: prayash
- License: mit
- Created: 2017-08-30T22:13:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T17:51:25.000Z (about 7 years ago)
- Last Synced: 2023-10-20T22:38:56.099Z (about 1 year ago)
- Topics: a-frame, threejs, tutorial, webgl, webvr
- Language: JavaScript
- Homepage: https://www.viget.com/articles/creating-your-first-webvr-app
- Size: 38.7 MB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [eventide](http://eventide.surge.sh)
![A-Frame Post Processing](img/aframe-post.png "A-Frame Post Processing")
## Getting Started
* Install (if you don't have them):
* [Node.js](http://nodejs.org): `brew install node` on OS X
* [Brunch](http://brunch.io): `npm install -g brunch`
* Brunch plugins and app dependencies: `npm install`
* Run:
* `npm start` — watches the project with continuous rebuild. This will also launch HTTP server with [pushState](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history).
* `npm run build` — builds minified project for production
* Learn:
* `public/` dir is fully auto-generated and served by HTTP server. Write your code in `app/` dir.
* Place static files you want to be copied from `app/assets/` to `public/`.
* [Brunch site](http://brunch.io), [Getting started guide](https://github.com/brunch/brunch-guide#readme)
Install with [npm](https://www.npmjs.com/package/aframe-react) or
[yarn](https://github.com/yarnpkg/yarn).