https://github.com/pbutcher/ia-webvr-demo-coloured-boxes
WebVR demo built with create-react-app, aframe and aframe-react.
https://github.com/pbutcher/ia-webvr-demo-coloured-boxes
aframe aframe-react react webvr
Last synced: 3 months ago
JSON representation
WebVR demo built with create-react-app, aframe and aframe-react.
- Host: GitHub
- URL: https://github.com/pbutcher/ia-webvr-demo-coloured-boxes
- Owner: PButcher
- Created: 2017-02-02T16:00:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T02:50:18.000Z (over 8 years ago)
- Last Synced: 2025-03-10T17:58:28.963Z (3 months ago)
- Topics: aframe, aframe-react, react, webvr
- Language: JavaScript
- Homepage: http://ia.pbutcher.uk/coloured-boxes
- Size: 848 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebVR Demo: Coloured Boxes
### A [WebVR](https://webvr.info) demo built with [create-react-app](https://github.com/facebookincubator/create-react-app), [aframe](https://aframe.io) and [aframe-react](https://github.com/ngokevin/aframe-react).Gaze or click on the boxes to change their colour. Compatible with Desktop, Mobile, Rift and Vive. For instructions on how to set up WebVR on your PC, see [webvr.info](https://webvr.info/).
### Demo
This demo is running at: [ia.pbutcher.uk/coloured-boxes](http://ia.pbutcher.uk/coloured-boxes)
### Install
```
npm install
```### Run in development mode
Starts a development server at `localhost:3000`.
```
npm start
```### Build for production
```
npm build
```