Hi @ffd8!
I'm developing p5.asciify and played around with it in P5LIVE. Since my add-on library in some cases checks the p5.js internal _setupDone flag to decide on certain actions, I noticed that the _setupDone flag always seems to remain false in P5LIVE.
At first I thought the reason might be a bad p5.js version, but when running P5LIVE locally with a trusted p5.js version, _setupDone still always seems to remain false.
Personally it's not too much of a big deal, since I can just call _setupDone = true; in my case at the appropriate time. Still, I wanted to get this out, since it might also affect the compatibility of P5LIVE with other p5.js add-on libraries.
Cheers! 🍹
Hi @ffd8!
I'm developing
p5.asciifyand played around with it inP5LIVE. Since my add-on library in some cases checks thep5.jsinternal_setupDoneflag to decide on certain actions, I noticed that the_setupDoneflag always seems to remainfalseinP5LIVE.At first I thought the reason might be a bad
p5.jsversion, but when runningP5LIVElocally with a trustedp5.jsversion,_setupDonestill always seems to remainfalse.Personally it's not too much of a big deal, since I can just call
_setupDone = true;in my case at the appropriate time. Still, I wanted to get this out, since it might also affect the compatibility ofP5LIVEwith otherp5.jsadd-on libraries.Cheers! 🍹