-
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [ ] WebGL
#### Details about the bug:
The p5.erase() function does not work as expected for WEBGL;
it will turn part of the canvas whi…
-
The TL;DR here is that it'd be nice to be able to initialize p5 global mode _explicitly_ at any point in a web page's lifetime.
Currently there is no _documented_ way to do this, but there is an _und…
-
![39DEEEA5-B39C-48A1-B81B-2CE257B14F91](https://user-images.githubusercontent.com/12264880/62825928-e0936c80-bb70-11e9-9e24-fe3ac805d2b7.png)
I am using p5.gui with QuickSettings in many of my Open…
-
### Increasing access
Reducing the size of the built p5.js library would increase access to people without high-speed connections or large data plans. Doing so would also reduce power consumption fro…
-
#### Nature of issue?
- Existing feature enhancement
#### Feature enhancement details:
Referencing [this issue](https://github.com/processing/p5.js-website/issues/508) for consideration…
-
Something seems to be going wrong with the p3d/webgl renderer. I can't draw a simple filled quad using quil, but the corresponding js works just fine.
The resulting sketch should look like a red sq…
-
I am thinking of 2 common workflow options that would be great to include.
# CDN option
* Generating just a sketch.js and index.html (and maybe style.css?) in a new directory.
* The index could …
-
### Most appropriate sub-area of p5.js?
- [ ] Accessibility (Web Accessibility)
- [ ] Build tools and processes
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Fr…
-
### Summary of current exercise formats:
1. Text + code with fill in blanks
2. Text with a linked sketch as part of the prompt
3. Text only (Open question)![Screenshot 2024-10-07 at 17 04…
-
I'm writing a p5 interface for planck and i don't use the testbed because i want p5 graphics.
however i can't create a mouse joint in mousePressed
so i created a mousejoint statically
now what …