cdegroot / uderzo_poncho

Poncho-style project for Uderzo graphics for Elixir
Apache License 2.0
51 stars 6 forks source link

dont trigger redraw #18

Closed stwf closed 1 year ago

stwf commented 6 years ago

sending the :render_next message will actually trigger another redrawing loop and can overload weaker processors. The simplest spultion is to just change the state and let the normal redraw cycle update the screen. Sorry for the confusion with the earlier PR.