The project includes an OSC Client for interacting with the stage and an OSC Server (Stage).
- Follow the instructions for your OS
- Checkout this repository
- Run
npm install
in both, client and stage directory cd stage
>npm start
cd client
>npm start
- Install python: https://www.python.org/
- Install node.js: https://nodejs.org/en/
- Install Visual C++ Build Tools 2015: http://landinghub.visualstudio.com/visual-cpp-build-tools
- Set VCTargetsPath
set VCTargetsPath="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140"