-
Not really an issue so much as a possible PR, but I did some tests with [p5.js](http://p5js.org/) and [p5.serialport](https://github.com/vanevery/p5.serialport). Short answer is that this library is g…
tigoe updated
5 years ago
-
I'd suggest licensing the new p5.sound under LGPL v2.1 [to match the p5.js license](https://github.com/processing/p5.js?tab=LGPL-2.1-1-ov-file#readme).
cc @Qianqianye
-
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [ ] Utili…
-
### Increasing access
A color module that behaves more consistently with more powerful feature unlocks additional opportunity to explore colors and create p5.js sketches that can exist in environment…
-
### p5.js version
1.9.4
### What is your operating system?
Linux
### Web browser and version
Firefox 126.0
### Actual Behavior
A few new p5.js function like `beginClip` are not being highlighte…
-
### Increasing access
Typography module enables text based work to be done in the canvas, creating more possibilities of interaction between free drawing in pixels and text. There are also opportunit…
-
### Increasing access
A more flexible renderer system enables p5.js to be used in a larger variety of rendering situation that a user may need, eg. to be print medium, controlling plotter/robot arm, …
-
Best regards, this ml5 function does not work, it worked fine a few days ago, something changed in the library, I bought the function from my code
`
function classifyVideo() {
flippedVideo = ml…
-
p5 thinks of the entire window as the sketch.
```p5.mouseDragged = ( ) => { ... }```
to inhibit this behavior, the developers of P5 allow you to directly use these functions on the canvas.
lin…
-
## Increasing access
Implementing this proposal would
* decrease complexity
* increase consistency
* enable new features
As a result, p5.js would be more accessible to beginners, while offe…