Skip to content

msfeldstein/create-vive-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-vive-project

Get up and running with a webvr powered vive prototype instantly.

create-vive-prototype is a boilerplate and command line utility to quickly create webvr prototypes using the HTC Vive and a WebVR enabled browser (or chrome with the WebVR Emulator, highly highly recommended)

Projects created with this will get:

  • Instant live reload
  • modular JS bundling (browserify)
  • glslify to handle shader packaging
  • ES6 goodies
  • It's just easy

Install

npm install -g create-vive-project
create-vive-prototype YourNewProjectName
cd YourNewProjectName
npm start

Alternatively you can just download this repository install it manually if you don't want to install it globally

npm install
npm start

You can also require the project in an existing project to set everything up. require('create-vive-project')

Todo

  • Make a way to have prototypes publishable in one step to github pages or something

Suggestions

Any ideas for things you think most prototypes would want, either submit an issue or tweet me at @msfeldstein

About

A webVR vive prototyping harness + project generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published