On Sun, Apr 18, 2010 at 5:32 AM, Florian Bösch <[email protected]> wrote:
> > Correct me if I'm wrong, but isn't a major part of pyglet modules > import time spend setting up audio/video/operating system resources? Yes, but a lot of smaller programs don't need both of audio and video to be initialised. From what I recall, font loading also takes an appreciable time on some platforms. -- Tristam MacDonald http://swiftcoder.wordpress.com/ -- 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.
