kxg.quickstart.PygletTheater

class kxg.quickstart.PygletTheater(initial_stage=None, gui=None)[source]

Bases: kxg.quickstart.Theater

Public Methods:

play([frames_per_sec])

exit()

Inherited from Theater

__init__([initial_stage, gui])

Initialize self.

update([dt])

exit()

Private Methods:

Inherited from Theater

_update_before_loop(dt)

_update_main_loop(dt)

_update_after_loop(dt)

__init__(initial_stage=None, gui=None)

Initialize self. See help(type(self)) for accurate signature.

_update_after_loop(dt)
_update_before_loop(dt)
_update_main_loop(dt)
property current_stage
exit()[source]
property gui
property initial_stage
property is_finished
play(frames_per_sec=50)[source]
update(dt=None)