Live Demo | Article on 24 Ways
This is the codebase that complements the First Steps in VR article on 24 Ways. It is written using A-Frame and A-Frame-Extras, to demonstrate how to approach WebVR without the steep learning curve.
The code is kept as simple as possible, so no build scripts or anything. You will need to run a server or disable CORS though. If you don’t mind the walls and floors being solid colours then feel free to skip this step!
One way to do this is by using Python’s SimpleHTTPServer, but there are many alternative ways.
python -m "SimpleHTTPServer"