furbrain / tingbot-gui

A graphical user interface for the tingbot
http://tingbot-gui.rtfd.org
Other
4 stars 2 forks source link

Improve frame rate of transitions #5

Closed joerick closed 8 years ago

joerick commented 8 years ago

Don't require transitions to redraw the whole UI, just the two surfaces that are moving.

Using self.surface.blit requires a screen refresh because these are ultimately drawing straight to the screen.

furbrain commented 8 years ago

Merged !