Sign inSign up

cpswan/webvr

By cpswan

Updated about 10 years ago

WebVR development environment based on Ada Rose Edwards' samples and examples

0

970

cpswan/webvr repository overview

Getting Started with WebVR

Dev environment for WebVR based on A-Frame using Ada Rose Edwards' getting-started-with-webvr samples and examples.

Installs GitHub Pages Ruby Gem and dependencies using bundler and provides the JavaScript runtime needed by extjs by installing the nodejs package.

Example usage:

First start a container that will run the GitHub Pages Jekyll environment:

sudo docker run -dp 4000:4000 --name webvr cpswan/webvr

It's now possible to browse to Ada's samples and examples at http://dockerhostname:4000

To modify the samples and examples, or add files of your own open a shell to the container:

sudo docker exec -it webvr bash

and then use your preferred editor.

Tag summary

Content type

-

Digest

Size

420.7 MB

Last updated

about 10 years ago

docker pull cpswan/webvr