Owen McAteer

Results 4 comments of Owen McAteer

I have created a loading screen to be shown as early as possible until all models are loaded and the App is ready. Here is the simple "block" loading icon....

Agreed, I've created a new issue to add state to the App #24

I have created a PR with a working yet largely untested update to p5 v0.10.0 should anyone else be interested. #12

You can assign the created canvas to a var tp ref later `const canvasElement = p.createCanvas(400, 400);` You could also use loadPixels() to get an array of the canvas data....