optic-loop
Game loop, Runtime trait, and Game builder for the Optic engine.
Wires together windowing, rendering, and networking into a single run loop.
Implement the Runtime trait to receive setup, update, fixed_update,
render, and close callbacks.
use ;
use OpticResult;
;
new?.run;