Hi
I have a plugin gui with a few meters, nothing fancy. After updating from JUCE 6.1.2 to 6.1.6 the meter animations are significantly slower/stutterish. So far only tested in a mac Intel chip.
The project has USE_COREGRAPHICS_RENDERING=1
and JUCE_COREGRAPHICS_DRAW_ASYNC=1 in the preprocessor definitions.
Disabling UCE_COREGRAPHICS_DRAW_ASYNC brings back performance (also on retina displays) to that from JUCE 6.1.2, but font rendering is not nice.
I’m a bit surprised this is happening. Has there been any changes to what is recommended to achieve the best GUI performance since 6.1.2?
