Skip to content

viztopia/p5-osc-max

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osc in p5.js

adapted from osc-web.

setup

Install node

Clone this repo and run npm to get required libraries.

$ git clone https://github.com/genekogan/p5js-osc
$ cd p5js-osc/
$ npm install

Start node.

$ node bridge.js

Then run any of the sketches in a browser or from the editor. Can also be run locally (i.e. just open index.html).

Inside each sketch, when you run setupOSC you give it the input and output ports (default 3333, 3334).

Applications

Thanks Tega Brain for extended notes on the included applications.

There is a demo video of the included examples.

Examples:

Low-hanging fruits.

  • TouchOSC to control p5 from a phone/tablet

p5.js - arduino bridge

@lorenzoromagnoli made this into a standalone application using electron which bridges p5.js to arduino over OSC.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published