WebVR development environment based on Ada Rose Edwards' samples and examples
970
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.
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.
Content type
-
Digest
Size
420.7 MB
Last updated
about 10 years ago
docker pull cpswan/webvr