I’m maintaining an open-source Processing app — GitHub - FOSStriangulator/FOSStriangulator: A tool for making triangulated illustrations out of photos . It used to compile just fine with every Processing version I’ve tried up until Processing 4.0.2. Now, with Processing 4.0.2 and newer versions, it won’t compile, whereas with 4.0.1, it will. With the newer versions, it’s giving me this error:
Cannot find a class or type named “PApplet”
It’s also giving me a range of errors, from not being able to find classes like PImage, PrintWriter, IntList, etc.
I looked at the 4.0.2 release notes and I can’t see any change that might be causing the issues.
Any idea of why this might be happening?