Hi, I’m working on a swarm intelligence algorithm in Juce, and am refreshing all my graphics positions in paint() but notice it’s lagging and not refreshing properly. I’m wondering if I’m correct in thinking of refreshing my graphics in the same way I’d think of void draw() in openFrameworks, or do I have this wrong?
Good, but you should learn about how paint/repaint works, because that’s the mechanism that pretty much every GUI system on every OS actually uses underneath.