How to increase Processing's processing power?

Some other suggestions:

  • Use FX2D / P2D renderer modes.
  • Cache rasterisation (calls to rect(), etc.) into PImage objects.
  • Use PThreading (for multithreaded drawing).
4 Likes