p5.js-editor
p5.js-editor copied to clipboard
Deprecated desktop editor for p5.js
``` save(["Hello this is a test"], "stringTest.txt") ``` When the "Run In Browser" option is selected, a file like stringTest.txt is saved in the browser's default Downloads folder. When the...
Spending a lot of time in P5 these days and it fell to me very painful have all my closed sections open each time I do "Ctrl T". What about...
Hi there, I am getting a popup alert message & #P5JS editor restarting over and over again. here you can view the message: pic.twitter.com/BVr5E86BNw I am running on a mac...
Here's the basic code I ran to crash the editor: ``` function setup() { createCanvas(windowWidth, windowHeight, WEBGL); } function draw() { background(0); translate(width * .5, height * .5,0); rotateY(frameCount *...
I'm running the latest version downloaded from p5js.org (0.5.7) on Windows 8 laptops and my students and I are finding that the program either locks or stops producing output in...
repost from @geoffalday on p5.js repo https://github.com/processing/p5.js/issues/1179#issuecomment-174550741 I tested this on chrome, safari, and firefox and all look fine, it's just in the p5 editor when not run in browser...
[nw-dev](https://www.npmjs.com/package/nw-dev) reloads nw.js when files are edited. Also F5 reloads nw.js. Just one minor problem: The reload script had to be added to public/index.html and since nw-dev which causes a...
I'm using this to quick POC stuff for web, and I love it. It saves me time debugging my web boilerplate, and dealing with browser quirks, but most of my...
Editor can detect the changes in editor and pass the changes with websocket to the canvas window. In global mode browser window handles the message and updates window.[setup/draw/variableName] accordingly.
When loading video to iPhone using the editor's built in server (connecting to the editors server IP via iOS), it will not load video files / allow you to use...