Yves BLAKE
Results
2
comments of
Yves BLAKE
I got some students running into this problem last year (with Processing 3). First of all, you may do setup heavy stuff (i.e createShape) prior to run `Size()` or `FullScreen()`,...
> Pretty sure this won't matter, cause the precompiler checks for the size() call and put's it in settings(). That's why you can't use things like `size(img.width, img.height)` anymore or...