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

Students have asked about selecting colors, implementing something like Processing's Color Selector may be something to consider at some point.

enhancement

@antiboredom and I are looking at a caching problem I experienced in class. The best solution may be to disable caching entirely in webkit. This issue may point to a...

While I now can drag a folder onto the dock (#131), when I try to open something by FILE --> OPEN, selecting a directory requires me to then select a...

enhancement

Related to #131, if I drag index.html onto doc, I get the following. I'm not sure what the correct behavior should be. I suppose in this case `index.html` should be...

The changes from [#132 (default sketch window size should be canvas size)](https://github.com/processing/p5.js-editor/issues/132]) make a big difference for the majority of projects. But now, when working with instance mode / creating...

Working with the Windows version. Nearly every time I make a change to the sketch.js file and run it (with an error) I'm prompted with > D:....\sketch.js was edited on...

windows

I've just downloaded, unzipped and started the editor. It shows a nice default screen: function setup() { } function draw() { } I know that it's just personal preference but...

enhancement

Hi, During my work at a GCI task, I found some issues in the p5 js editor which I would like to mention When you open the editor in full...

bug

Problem in P5 IDE all fine in Sublime. When I try to print data I get "Maximum call stack size exceeded" Also can't iterate through it. function setup() { loadXML("http://www.ps3nyc.org/news/feed/?cat=32",getNews);...

bug

If you create a file within a folder in a new project and perform "Save Project As" without explicitly saving the file, the file's contents will not be saved. If...

bug