p5.js-editor
p5.js-editor copied to clipboard
Deprecated desktop editor for p5.js
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.   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...
While running the below program, println is not printing any result on console of the editor in linux. Here data is not empty. 