Skip to content

datadrvn/daysinvr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Days In VR

Days in VR is a project that I'm doing to create 30 VR projects in 30 days. The goal is to show and learn what is possible with VR. All the projects will be usable on web and will be based on WebVR and built on Three.js.

How to use

A local server should be run from the master folder.

If you have python installed, then follow this.

Python 2: SimpleHTTPServer

python2 -m SimpleHTTPServer 80

Python 3: http.server

python -m http.server 80

About RealityPipe

RealityPipe enables developers to create VR apps easily across any platform.

Learn how to develop VR apps from Tutorials for VR.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • HTML 13.7%