Hi comunity!
I have a question…
Is processing 4 significatively more performant than processign 3.x in P2D and P3D render modes?
Hi comunity!
I have a question…
Is processing 4 significatively more performant than processign 3.x in P2D and P3D render modes?
Hi,
You can find the changes for Processing 4.0 alpha 1 here :
It’s mainly a shift to match the Java JDK 11.
There is a branch where work is being done to move from JOGL to LWJGL, this might be performant eventually. I don’t know. But at this time it is not worth the switch. Also having poor performance is often a lack of knowledge of how to do things in a fast way. You can ask on the forum how to make a sketch faster.