Trees | Indices | Toggle frames |
---|
dev notes: There's code duplication here, but having separated codepaths would help to follow changes in pyglet 1.2dev. When released, we could refactor this with some confidence.
References to the classes defined here are discouraged in code outside this module because of possible changes.
ScreenReaderClock
Make frames happen every 1/framerate and takes screenshots
|
|
ScreenReaderClock_12dev
Make frames happen every 1/framerate and takes screenshots
|
|
AutotestClock
Make frames follow a test plan
|
|
AutotestClock_12dev
Make frames follow a test plan
|
get_recorder_clock(framerate,
template,
duration=0)
Returns a clock object suitable to be used as a pyglet app clock, which
will provide a steady framerate, and saves a snapshot for each frame from
time=0 to time=duration
|
|
get_autotest_clock(sampler)
Returns a clock object suitable to be used as a pyglet app clock, which
will follow a test plan to advance time and take snapshots.
|
|
set_app_clock(clock)
Sets the cocos (or pyglet) app clock to a custom one
|
__package__ =
|
Returns a clock object suitable to be used as a pyglet app clock, which will provide a steady framerate, and saves a snapshot for each frame from time=0 to time=duration
The clock object class depends on the pyglet version, and is set automatically
Returns a clock object suitable to be used as a pyglet app clock, which will follow a test plan to advance time and take snapshots.
The clock object class depends on the pyglet version, and is determined automatically.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Sun Aug 12 20:39:17 2012 | http://epydoc.sourceforge.net |