player: move frame timing code to viewer class

Issue #73 resolved
Trek Hopton created an issue

We should move the frame timing code to the viewer class. Since it should be optimal performance, frames shouldn’t be updated through the event system between model and viewer.

The model will then be used only for triggering PLAY and STOP events. The viewer will then handle updating frames at the frame rate.

Comments (1)

  1. Log in to comment