All Questions
1 question
5
votes
1
answer
314
views
Accelerate OpenGL 2D on Python3
I'm using OpenGL to draw about 20 circles. Each circle has 2 lines, ~10 segments, and all of them have different colors and lengths. Frames per Second are around 4.
How can I optimize this to run ...