You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add setup() method to PThread.class (an optional override to use for setting PGraphics settings like colorMode())
Improvements
Resize threads' PGraphics to match the size of the sketch when it is resized (still a bit unstable)
Remove org.apache.commons.lang3.ClassUtils dependency (bundle relevant methods in PThreadManager.class instead)
Change HashMaps to LinkedHashMaps (to enforce iteration order)
Bug Fixes
Add timing delay to unlinkComputeDraw() (so calling in setup() doesn't leave phantom thread drawing)
Fix methods that add threads using their class when PThreading is used in the PDE (the PDE changes constructor signatures so PThreadManager could not find them previously)