-
Notifications
You must be signed in to change notification settings - Fork 41
Description
I was trying to follow the "osc in p5.js" instructions on a Windows machine because I wanted to use Kinect. Because it was borrowed from ER I didn't have any screenshot yet.
I think I was using Node 6.x or something.
Then I tried gitclone the folder. It looks good.
Then I used powershell to do npm install, then "node bridge.js".
I compared the demo video and noticed that I didn't get the "socket.io started" message in the video, and didn't get any error message either. The cursor only stayed leftmost in a new empty line below "node bridge.js" until I do Ctrl +C to stop it, then I can input again.
Then I run the Processing sketch in example p5-basic, and then double clicked index.html and opened it in Chrome. Even if I move the circle in Processing, the p5 sketch only shows a blue square appeared without the circle. And I opened the inspect, only finding a lot of httpget errors.