Noiprox wrote: > I just want to congratulate Alex and everyone who contributed to > Pyglet on your recent 1.0 release! > > It was through this release which I first discovered Pyglet, and boy > am I impressed. Pyglet is an absolutely fabulous module. Using it has > refreshed my memory of why I love Open Source, Python and Programming > in general. The examples and documentation are succinct and crystal > clear, which is rare. I salute you also for the beautiful design and > exceptional code quality. > > Well done and thank you for creating this delightful and useful > module. > I second this. I've been a lurker on the list for a few months, but I just got around to installing pyglet for the first time, and it's great so far. I noticed an error in the docs, though. on the following page: http://www.pyglet.org/doc/programming_guide/the_frame_rate.html the text if you decide that it's sufficient to update the display only ten times a second:
clock.set_fps_limit(20) appears. I assume the call is supposed to be set_fps_limit(10). Where do I submit docs corrections? is it considered a bug? Thanks for the great library, Alex. -Luke --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
