Socket
Socket
Sign inDemoInstall

create-vive-project

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vive-project

Starting point for building vive WebVR experiences


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 22 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc