Skip to content

Releases: micycle1/PThreading

PThreading v1.1.0

18 Oct 18:04
Compare
Choose a tag to compare

PThreading v1.1.0

What's New

  • 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)

PThreading 1.0.0

12 Oct 17:22
7e1c1e5
Compare
Choose a tag to compare

PThreading jar release.