p5.js-web-editor
p5.js-web-editor copied to clipboard
The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share,...
#### Nature of issue? - Question about the source code Hello, I was wondering why there is plenty of prop-drilling from the root-level components down, even when sub-components are connected...
- [ x] Found a bug When I run this locally, everything works as expected. One of my students ran into this problem and I have been able to reproduce...
#### Nature of issue? - [x] Found a bug - [ ] Existing feature enhancement - [ ] New feature request #### Details about the bug: When auto-refresh is enabled...
Hey so I found another weird one. I can't browse or upload files from the p5.js repo if it's been installed via git clone. If I just download by zip,...
I was trying to use css grids fr units and they didn't seem to work, gave me a red squiggly - Found a bug I don't know if it's a...
#### Nature of issue? - Found a bug #### Details about the bug: - Web browser and version: Chrome 81 - Operating System: Win10 - Steps to reproduce this bug:...
#### New feature details: Hi! One of the biggest issues I have with web editor is when I accidentally run a faulty code with for example an infinite loop and...
#### Nature of issue? - ~~Found a bug~~ - Existing feature enhancement #### Details about the bug: Hello, I have a project that I'm working on, it was still working...
#### Nature of issue? - Found a bug #### Details about the bug: `console.table` does not display properly in console window.  [Console.table on MDN web docs](https://developer.mozilla.org/en-US/docs/Web/API/Console/table)
#### Nature of issue? p5 Web Editor doesn't support [Private Class Fields](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields) - Enhancement (Private Class Fields is probably a new thing) ### Note that **[Private Class fields](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields)** is *"an...