-
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Details about the bug: Any embedded p5.js sketch coded with the alpha editor, and then embedded on a larger web…
-
Also found at Creative Coding fest!
- Existing feature enhancement
- tested on chrome Version 67.0.3396.87 (Official Build) (64-bit), mac os X
See: https://editor.p5js.org/icm/sketches/HyK88p…
-
#### Nature of issue?
- [x] Found a bug
#### Most appropriate sub-area of p5.js?
- [x] Core/Environment/Rendering
#### Which platform were you using when you encountered this?
- [x] Desktop/L…
-
#### Nature of issue?
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [ ] Core/Environment/Renderi…
-
The seven segment display was done in the p5.js web editor, but it would be nice to have the code [in the Challenges directory here](https://github.com/CodingTrain/website/tree/master/CodingChallenges…
-
![](https://user-images.githubusercontent.com/36790218/48966287-8f0a7800-f009-11e8-9241-16211512482e.png)
This is a [Material-Clock](https://github.com/zlyfer/Material-Clock) that I try to use it by …
-
#### Nature of issue?
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [ ] Core/Environment/Rendering…
-
#### Nature of issue?
- [! ] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Details about the bug:
- Web browser and version: Chrome
- Operating Syste…
-
-
```
def setup():
size(400, 400)
global ballsx, ballsc, ballsy
ballsx = []
ballsy = []
ballsc = []
noStroke()
blendMode(ADD)
def draw():
global ballsx, ballsy,…