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,...
### p5.js version 1.11.1 ### What is your operating system? Windows ### Web browser and version 142.0.7444.147 (Official Build) (64-bit) ### Actual Behavior when I click the download button it...
Fixes #3709 ### `Problem`: The code linter (JSHint) was incorrectly flagging valid ES2021 numeric separators (e.g., 1_000_000) as syntax errors. This resulted in red underlines and "Unexpected '_'" messages in...
This pull request add Russian translation across various UI components of and other remaining parts of p5.js I have verified that this pull request: -has no linting errors (npm run...
### p5.js version 1.11.10 ### What is your operating system? Windows ### Web browser and version Brave : 1.83.118 Chromium: 141.0.7390.108 (Official Build) (64-bit) ### Actual Behavior When interacting with...
Fixes #3478 This PR addresses the issue of **missing translations** in the **Library Management** tab within the Preferences menu, ensuring the UI is fully localized when switching languages. ### Changes:...
Fixes #3596 This PR fixes a cut-off sentence in `contributor_docs/preparing_a_pull_request.md` under the “Pull Request Templates” section. Changes: Completed the missing text explaining the verification steps contributors should check before submitting...
# Increasing Access ## **Background and purpose** The p5 editor aims to be compliant at a AA standard with the [WCAG 2.2 accessibility guidelines](https://www.w3.org/TR/WCAG22/), which include many different dimensions of...
### Increasing Access I dont think that this particular change, being strictly stylistic, would help increase access to the p5.js web editor. i still think that this could still benefit...
### Summary Storybook’s CSS build was failing because Sass no longer supports the ~ tilde import syntax. ### Problem The file `client/styles/main.scss` still uses the old pattern: @import '~codemirror/lib/codemirror'; This...
### p5.js version 2.0.5 ### What is your operating system? iOS ### Web browser and version Safari 18.7.1 ### Actual Behavior Using underscores to make numbers more visible produces red...