joncox123 / PyBoloPublic

An enhanced, modern, cross-platform implementation of the classic multiplayer tank game, Bolo.
https://pybolo.com
Other
0 stars 0 forks source link

Improve screen drawing efficiency #9

Open joncox123 opened 3 months ago

joncox123 commented 3 months ago

Improve screen drawing efficiency by only updating screen for changes and/or by limiting frame rate of certain UI elements

joncox123 commented 3 months ago

Measuring drawing time is only 2-3 ms, or 2-4 ms with full chat rendering. Not sure if it's worthwhile to optimize this beyond not redrawing the chat. Low priority.