rvdleun / lightblade-project

This is a WebVR project where I'm just goofing around, building something with a lightblade in it. Watch me build it live on Twitch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightblade-Project

This is a WebVR project where I'm just goofing around, building something with a lightblade in it.

It's the basis for a Twitch Stream(https://www.twitch.tv/rvdleun) where I'm working on this live while having a headset on at all times, using virtc.app.

Directory structure

Public

Contains all public assets, like index.html and media files.

src

Contains all javascript scripts

Development

  • Run npm run dev
  • Open a web browser
  • Go to localhost:8000
  • Develop away! The browser will automatically refresh whenever a change is made.

Build

  • Run npm run build
  • A ready-to-deploy project will be available in the dist directory.

About

This is a WebVR project where I'm just goofing around, building something with a lightblade in it. Watch me build it live on Twitch.


Languages

Language:HTML 53.7%Language:JavaScript 46.3%