Hi, I'm trying to measure performance of various ways of text output and unfortunately, I can't get FPS higher than a 60 even for a blank screen refresh. I explicitly remove FPS limit, but it doesn't help:
pyglet.clock.set_fps_limit(None)
pyglet.clock.schedule(update, test, window)
The full code is in attached fps.py Pyglet HEAD, Linux.
--
anatoly t.
--
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.
fps.py
Description: Binary data
