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,...
### Increasing Access Like in most of the editor(s), users can change the `keymaps` based on their preferences. There should also be a feature to in p5.js-web-editor to change the...
### Increasing Access Currently you cannot run `npm install` to set up the development environment. You must run `npm install --legacy-peer-deps`. This could be confusing to new developers and make...
### p5.js version _No response_ ### What is your operating system? None ### Web browser and version _No response_ ### Actual Behavior When the Find popup is open (triggered via...
### Increasing Access This feature reduces friction and helps more people (especially newcomers) get started with code faster. ### Feature request details I’d like to suggest considering support for a...
### Increasing Access Unsure ### Feature enhancement details Currently, the processing/p5.js-web-editor repository does not implement lazy loading for React components. Implementing lazy loading can improve the performance of the web...
Fixes #2042 Changes: This pull request improves Redux state management by removing outdated ActionTypes from client/constants.js and replacing their usage with direct action creators from createSlice. It ensures that Redux...
### p5.js version 1.11.1 ### What is your operating system? Mac OS ### Web browser and version 133.0.6943.127 (Official Build) (arm64) ### Actual Behavior 1. open https://editor.p5js.org/jht9629-nyu/sketches/VY-KQxJkA 2. run 3....
### p5.js version _No response_ ### What is your operating system? Android ### Web browser and version Firefox 136.0 (Android) ### Actual Behavior On opening accessibility mode on Android, (Talkback),...
#### Nature of issue? - New feature request #### New feature details: Hi, is it possible to enable auto-save as soon as a user is logged in and starts a...
I think we should implement route based code splitting ,this will be easy to implement but will serve great improvements for the performance of the app. Links :- https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4 https://reactjs.org/docs/code-splitting.html...