Socket
Socket
Sign inDemoInstall

create-vive-project

Package Overview
Dependencies
391
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-vive-project

Starting point for building vive WebVR experiences


Version published
Maintainers
1
Created

Readme

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

Last updated on 31 Jan 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc