Module gg::event::step [] [src]

A collection of methods meant to make it easy to get a quick and dirty event loop going.

Functions

fixed

A simple and stupid loop that tries to call cb after step time has elapsed.

fixed_60

A curried version of step::fixed, trying to average 60 updates a second. See step::fixed