Lauren Lee McCarthy
Lauren Lee McCarthy
We recognize all types of contributions in the [README](https://github.com/processing/p5.js#contributors)! The p5.js project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification and the [Emoji Key](https://allcontributors.org/docs/en/emoji-key) ✨ for contribution types. All the p5.js contributors, you all...
I was wondering what others think about the idea of potentially requiring a [`describe()`](https://p5js.org/reference/#/p5/describe) line in order for a p5 sketch to run? #### How would this new feature help...
reposted from: Problems with fixed width tabs on editor panel The tabs on the editor panel are fixed width. This means that: - long filenames are not truncated but write...
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...
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...
- if you try to add or delete a file and index.html has been modified (has *), it will prompt to save before adding or deleting and updating index.html
but size is reset to size of canvas
The default editor window size extends below the screen of a 12" macbook air or 11" windows laptop. This makes it hard to get to the console pane when it's...
When you use p5.serialport in the editor (0.5.4 or later) the serialport in the serialserver is never closed when you stop the sketch. The problem with this is that, when...