On Nov 11, 5:46 pm, Bruno Pace <[email protected]> wrote: > I am trying to configure the screen refresh rate, but up to this point > I couldn't realize how to do it. I am trying to do a simple program to > change some squares' colours using information in a Queue that is > constructed by a Simulation running in another Thread. I need this > refresh rate to be as fast as possible. Could you give me a help?
http://pyglet.org/doc/api/pyglet.window.Window-class.html#__init__ pyglet.window.Window(vsync=False) http://pyglet.org/doc/programming_guide/calling_functions_periodically.html pyglet.clock.schedule(simulate) -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
