processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

serial server notes (from ITP workshop) #167

Open shiffman opened 8 years ago

shiffman commented 8 years ago

We had a workshop today with heavy use of the p5.js editor and the new serial server. I'm making some notes here as I recall. Some of these issues may be for the serialport repo.

We should meet and then we can break these out into separate issues depending on what we decide.

cc @lmccart @vanevery

vanevery commented 8 years ago

Re: "Does the editor restart the server on each run? I was having issues with zombie console logging when sketches are closed." This may be an issue with the p5.serialserver itself, particularly the "stop" method so I'll open an issue over there just in case. https://github.com/vanevery/p5.serialport/issues/11