An open API service indexing awesome lists of open source software.

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.

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
```

![Screenshot on Android](http://i.imgur.com/MYNk16H.png)