Skip to content

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.

Notifications You must be signed in to change notification settings

ShaneHudson/first-steps-in-vr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Demo | Article on 24 Ways

First Steps in VR

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.

How To Run

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"

Screenshots

Maze after fog Maze before fog Map

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages