Greetings,
I'm working with some legacy code that was using processing 1.0 to draw images and gestalt to skew the entire output so that when the whole sketch was projected at skewed angle from a projector, it could be adjusted to result in it's original ratio.
Since I was experiencing an issue where using p.text() was preventing further stable operation of processing, I decided to take the plunge and upgrade everything, java JDk, processing, etc... but processing 3.x doesn't include gestalt any more and my research isn't finding an answer to it's direct replacement though I assume it's not included due to it's code being dormant since 2008.
Any help on getting it to function or more likely what is serving as it's replacement would be grand.
Thanks for reading!