Skip to content
/ osc-webapp Public template

osc messages from local mobile web apps to your laptop in live performance

Notifications You must be signed in to change notification settings

atsukoba/osc-webapp

Repository files navigation

osc-webapp

serve osc from www: simple web OSC controller

ss

install

  • node.js
  • npm
git clone [email protected]:atsukoba/osc-webapp.git
cd osc-webapp
npm install

run

npm start

and share generated qr code/URL of local ip address and ngrok url to participants.

or you may use servo to publish your local port to www

ssh -R 80:localhost:7000 serveo.net

demo : Tiles

screenshot animation

sending osc message by tapping tiles

demo : Throwing Bubble

screenshot animation

sending osc message by flicking a bubble

config

changing QR code URL (append them to URL)

  • messaging : "mode": "/"
  • Demo Tiles : "mode": "/tiles"
  • Demo Throwing : "mode": "/throw"

dev

fork this repo and use demo.ejs as html template.

About

osc messages from local mobile web apps to your laptop in live performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published