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

I add folder it-IT in translations/locale folder. Do I have to add the language in some other place?

Fixes #issue-number I have verified that this pull request: * [x] has no linting errors (`npm run lint`) * [x] is from a uniquely-named feature branch and has been rebased...

#### Nature of issue? - Found a bug #### Details about the bug: - Web browser and version: Chrome, Firefox, Safari (and possibly others) - Operating System: macOS - Steps...

type:bug
help wanted
priority:high
good first issue

I've just been trying to add a service worker to try and make a PWA in the P5js Editor. https://editor.p5js.org/hellonearthisman/sketches/fwp_5jja3 has the code to setup the service worker. I tried...

type:feature
priority:medium

Support copy sketch (or selection) to allow pasting into other documents with syntax highlighting, etc. This is a really common task for teachers: code an example, paste it into a...

Feature Request
Help Wanted
Good First Issue

#### Nature of issue? - Found a bug #### Details about the bug: Hi @catarak I have run into this as well, here is a screenshot of how text looks...

Help Wanted
Priority:High
Bug

Hi everyone, I thing i have found a similar problem to #1741 . Function loadModel supports both .obj and .stl files but only .obj files are allowed to be uploaded...

type:bug
help wanted
priority:high
good first issue

Fixes #273 Hi @catarak, I have completed this feature and I am eagerly waiting for your valuable feedback.

I have recently been trying to make monopoly in the p5.js editor for my class and whenever I press a button that should choose a random number between 1-6 i...

When using the Editor with auto-refresh checked, in a js library I have created (in the editor)... in my case app.js. ...when I type a mistake or have as yet...