-
We used console.log(joint); function and successfully got joint data from kinect # 1 streaming over a LAN to a different computer. The console shows real-time objects with color, depth, position as sh…
-
**Test script:**
```python
from p5 import *
def setup():
size(640, 360)
no_stroke()
background(204)
def draw():
if mouse_is_pressed:
fill(random_uniform(255), rand…
-
In a scenario with multiple sketches the `keyPressed`-event is only received by the first sketch. This behavior is not similar to other events (e.g. `mouseClicked`).
Here is some code to demonstrate …
-
Posting here since the processing forum is closed to newcomers.
If this breaks the repo rules, please remove this issue.
It's not clear to me which is the best way to convert a [p5.graphics](htt…
-
#### Nature of issue?
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [ ] Core/Environment/Rendering…
-
Hi everyone, I used p5 0.5.6 for a long time and had a good frame rate but when I recently updated to 0.6 I've seen a massive drop in frame rate on my sketches.
For some little sketches it's ok but o…
-
Processing and p5js are designed to be accessible to newcomers to coding, especially artists who have never coded before.
For this reason I make 3 suggestions for language design changes.
They a…
-
After some investigation, and @JimishF pointing out that this is unrelated to #1864 and #1868, here's a whole new issue: select elements created using createSelect() are unresponsive on mobile browser…
tigoe updated
6 years ago
-
The alpha editor works fine on an iPad with an external keyboard except that the arrow keys on the external keyboard don't return any javascript keycodes (which you can see for yourself from an iPad …
-
I noticed during the workshop last week that p5.js canvas frame rate drops significantly while running video classification. Here's an example output from [this code](https://github.com/cvalenzuela/sf…