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

I'm new to coding and I'm watching Coding Trains videos, I downloaded P5JS but its giving me a folder not a thing I can run. Is there any way to...

Hi guys. I'm newbie programmer. I'm having difficulties to install p5js. My computer shows this error: "This app cannot be executed in your PC." I'm using windows 10. Thank you.

I don't know if this was a mistake or I might just be stupid and not understand how to install the program in the folder but as far as I...

Everytime I click away from the p5.js editor and I return to it, there is a pop-up that says: "sketch.js was edited on the disk. Reload? You will lose any...

Basically, for loop local scopes are considered to be part of the scope the for loop is in. ![image](https://cloud.githubusercontent.com/assets/9919010/21939310/2eec859c-d98d-11e6-9513-cc7c1a35e2c4.png) ![image](https://cloud.githubusercontent.com/assets/9919010/21939314/343615c2-d98d-11e6-82b2-ff5b14c4aabf.png) Even in https://github.com/processing/p5.js-editor/blob/84dad397bd38781623f425c82ab57d06746aad38/public/mode_assets/p5/examples/Simulate/10_SoftBody.js where the for loops all use `i`,...

The last release in this editor was in August, which used p5js 5.4. The latter has since been bumped to 5.6. https://github.com/processing/p5.js-editor/releases https://github.com/processing/p5.js/releases I can also imagine it doesn't make...

I've started to look into autocompletion and autosuggest for p5 functions. The Khan Editor handles this really well: http://khan.github.io/live-editor/demos/simple/ They're also using the ACE editor. If you type `ScratchpadAutosuggestData` into...

enhancement

While running the below program, println is not printing any result on console of the editor in linux. Here data is not empty. ![println](https://cloud.githubusercontent.com/assets/11614346/21467927/e9f8acea-ca23-11e6-9e35-06a6adeb29c3.png)