pursuedpybear
pursuedpybear copied to clipboard
Rendering in a thread
Because SDL rendering is synchronous (and likely to remain so), we should look into rendering in a thread.
- Benchmark the current renderer, see how much time is spent each frame doing: PPB math, SDL math, SDL drawing
- Do a prototype, benchmark it
This might also let us move from fixed framerate to refresh-synced frames.