p5.js-web-editor icon indicating copy to clipboard operation
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,...

Results 380 p5.js-web-editor issues
Sort by recently updated
recently updated
newest added

Fixes #2021 Changes: Removes many of the React deprecation warnings. The rest of the warnings can be removed when upgrading to React 18. I have verified that this pull request:...

Hi! I think that it there should be a feature where depending on if you have a laptop or pc change the text size, I've tested this code snippet: `navigator.getBattery().then(function(battery)...

Students requested a link to the p5.js reference in the editor. Ideally we would also eventually have an option where you could highlight a function name like `fill`, right-click, and...

type:feature
help wanted
good medium issue

Animation is not rendering properly when uploading multiple files of three or more. #### Details about the bug: - p5.js version: 1.4.0 - Web browser and version: Google Chrome 103.0.5060.114...

bug

### Most appropriate sub-area of p5.js? - [X] Accessibility (Web Accessibility) - [ ] Build tools and processes - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data...

bug

Bumps [jsdom](https://github.com/jsdom/jsdom) from 9.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

It looks like there used to be indentation settings, but they [were removed](https://github.com/processing/p5.js-web-editor/issues/965). There doesn't seem to be any purpose for that other than "it's in some style guide" and...

Fixes #1167 Changes: Adds an extra shortcut for the comment - ctrl + . so that people using the german keyboard (and alike) can use a shortcut. I have verified...

The editor doesn't highlight property fields correctly. Upon encountering any # symbol it displays the rest of the line in red color. @josephh in discourse.processing.org identified the issue as being...

Hi all, The color picker is great! I figured out that you can change the default output by clicking the letters, but it is a little unintuitive. Could there be...