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

#### Nature of issue? - New feature request #### New feature details: Currently, the sketches are being fetched form the api and being displayed at once. This would work fine...

type:feature

I see that there are some unfinished tests in [Project.test.js](https://github.com/processing/p5.js-web-editor/blob/develop/server/domain-objects/__test__/Project.test.js). ![Screen Shot 2021-03-22 at 5 22 02 PM](https://user-images.githubusercontent.com/46087559/112002068-f6cd2100-8b38-11eb-8bbd-6dc5d472460c.png) @catarak I would like to finish these tests, please let me know!

#### Nature of issue? - Found a bug I'm running into something odd where when I try to load my images in a for loop in the preload function, the...

Bug

el programa no me permite modificar o escribir ya que en cuanto le doy clic para poder escribir como que se traba y no puedo modificar el programa

There isn't a way to delete an account for P5, I've checked in Settings and there is nothing that prompts you to delete an account. If this is a bug...

Feature Request
Priority:Medium

#### Nature of issue? - New feature request #### New feature details: As suggested in https://github.com/processing/p5.js/issues/5427, adding `describe()` would hopefully encourage folks to add a description to their sketches. We...

type:feature
area:accessibility

Part of the Mobile Web Editor project. Depends on #1496 #### Nature of issue? - Existing feature enhancement #### Feature enhancement details: The Console is not available on mobile views...

type:feature

#### Nature of issue? - Existing feature enhancement #### Feature enhancement details: Right now, when the user presses the Play icon, to the right of the header on the ``,...

type:feature

Currently, the user must navigate outside of the `MobileIDEView` in order to render the sketch and get visual feedback from his code. This is not ideal for UX. Create a...

type:feature

Right now, there is an option to `Create Collection` on the `MobileDashboardView`, but it does nothing. This is because `:username/collections/create` renders the desktop component, which does not translate well to...

type:bug