/daysinvr

30 VR Projects In 30 Days. https://risonsimon.com/days-in-vr/

Primary LanguageJavaScriptMIT LicenseMIT

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 Viewport

ViewportVR enables developers to create VR apps easily across any platform. Sign up for Viewport docs to get started.