p5.js-editor icon indicating copy to clipboard operation
p5.js-editor copied to clipboard

Deprecated desktop editor for p5.js

Results 100 p5.js-editor issues
Sort by recently updated
recently updated
newest added

When you use p5.serialport in the editor (0.5.4 or later) the serialport in the serialserver is never closed when you stop the sketch. The problem with this is that, when...

A bit of an outlying use case but one of my students found this... A blank, untitled sketch will disappear if running in node-webkit mode (non-browser). Steps to reproduce on...

This scenario has come up a few times. A student has a `sketch.js` file on their desktop, not in a folder with an `index.html` and `libraries` directory. The student drags...

enhancement

When I select File>Run the browser opens another past project instead of the one that is currently opening. Happens every time. I've seen this on other threads, but no answer....

If I edit a file in the libraries folder (p5.js, p5.sound.js or p5.dom.js) before saving a project, I don't see the changes reflected in my sketch. Let's say I'm editing...

In the Sound Effect example the doorbell is drawn as an ellipse using the specified _radius_ as its width and height, rather than 2*r, then means the doorbell highlights when...

- add altJS option in settings. - when enable ‘coffee’ mode, all .coffee files are compiled into .js automatically before running sketch. This may be makeshift commit and it's my...

https://www.npmjs.com/package/memwatch

The intuition (at least for me) is that all I'd need to do to include an additional library is to place it in the libraries folder: ![screen shot 2015-07-17 at...

question