/mb-poc

Primary LanguageTypeScript

MB POC

The project includes an OSC Client for interacting with the stage and an OSC Server (Stage).

Developer Guide

Environment

Client

Server (Stage)

Insallation

  1. Follow the instructions for your OS
  2. Checkout this repository
  3. Run npm install in both, client and stage directory
  4. cd stage > npm start
  5. cd client > npm start

Windows

  1. Install python: https://www.python.org/
  2. Install node.js: https://nodejs.org/en/
  3. Install Visual C++ Build Tools 2015: http://landinghub.visualstudio.com/visual-cpp-build-tools
  4. Set VCTargetsPath

set VCTargetsPath="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140"

Linux

Mac