From: Duilio J. P. <dp...@fc...> - 2004-06-25 23:29:19
|
> Do you think it might be useful to have helper functions > for frame rate limiting within the library ? I think not, unless we give some method on the library to run the loop that calculates/show/handle_events and everything that was previously set. But this is not a good idea. The library must not rely on timings constrains. The library must be kept minimal. For this, visual_bin_run() is a good mechanism, because it permits to model the control flow as a set of steps, and the timing of that steps is controlled by the environmnent on which is used. Duilio. |