@visualive/engine

0.0.66 • Public • Published

Visualive WebGL

Install the httpserver npm install http-server -g

Getting started

  1. Install Git

  2. Install Git LFS https://git-lfs.github.com/

  3. Install Nodejs

  1. Install dependencies.
  • Run npm install
  1. Run the HTTP Server
  2. Build:
  • See npm scripts section below.

Scripts

  • npm run build - produces development version of Visualive.
  • npm run build:dev - produces development version of Visualive and runs a watcher. Edited source code should auto-recompile.
  • npm run build:production - produces a production version of Visualive under the lib folder.

Typical development workflow

  1. Open Git Bash Terminal
  • Open a Terminal in the repo root (from Source Tree using the icon in the top right)
  1. Build Visualive in development mode
  • Run npm run build:dev. This command will generate an non-minified version of Visualive and will run a watcher so you get re-compilation on file changes.
  1. Run the HTTP Server
  • See server section above.
  1. Run the tests/demos.

Publishing a new build

  1. install yarn.
  2. build production.
  3. yarn publish

Readme

Keywords

Package Sidebar

Install

npm i @visualive/engine

Weekly Downloads

46

Version

0.0.66

License

Private

Unpacked Size

7.32 MB

Total Files

30

Last publish

Collaborators

  • mauro_visualive
  • phil_visualive