Sriprad Potukuchi
Sriprad Potukuchi
Hello! I've investigated this a bit, and when `size()` is called in `setup()`, the reason why `background()` or `ellipse()` or any function that would draw to the screen doesn't work...
Looks like p5.js also works in a similar way. When you call either `createCanvas()` or `resizeCanvas()` after drawing to the screen in `setup()`, none of the graphics drawn are displayed...
This is what I mean: https://user-images.githubusercontent.com/54534811/220270995-04dec51b-b085-48b8-a22f-c987a75898a0.mov
> Processing focuses a lot on abstracting out implementation details, I think we should not assume that users who come from p5.js will find it easy to wrap their heads...