p5.js-editor
p5.js-editor copied to clipboard
Deprecated desktop editor for p5.js
From issue #77 Hi, I set myself the task of making an app in Electron over the Summer and this seemed like a good project to work on with a...
Hello! I just downloaded the 0.6 version for the editor, and the serial library doesn't seem to be working on it. The code below works on v0.5.7, but not on...
Whenever the new Update comes to the editor.. , we are getting the alert for the new version update... but if we want to install latest update we have to...
I'd love to hear some input on the idea of moving the IDE over from nw to [electron](http://electron.atom.io) I'm by no means an expert on this, but i get the...
Originally found in this Stack Overflow question: http://stackoverflow.com/questions/37671632/my-p5-js-canvas-window-continues-to-change-with-each-code-execution-how-can-i-s I see the same issue on Windows 7. If I have some simple code: ``` function setup() { createCanvas(600, 400); } function...
Shouldn’t have to explicitly call createCanvas() for simple apps. Why not do it by default to match the current window size? If there is some reason this allows more efficiency...
I've modified the example of `saveJSON()` on the p5.js website to save outside `setup()`. Running the code in the editor outputs a weird string instead of valid JSON. ``` var...
under coding area, if we want to copy a line( or lines) of code we have to use shortcut commands like command c or command v, please add the mouse...
From @AnneCHPostma (https://github.com/processing/p5.js/issues/1346): When I have the following code: ``` var canvasWidth = 800; var canvasHeight = 400; function setup() { createCanvas(canvasWidth, canvasHeight); ``` The canvas is not accepting the...
I am by no means a designer, but I thought this looks nicer than just putting the logo on a square. Heavily inspired by [Roman Mars' TED talk on Flag...