On Fri, Feb 26, 2010 at 12:15 PM, Bruce Smith <[email protected]> wrote:
> On Thu, Feb 25, 2010 at 5:05 PM, luper <[email protected]> wrote: > >> .... >> >> >> Would that be possible to add an option to completely disable the >> window and context management in pyglet without breaking everything ? >> I have some time to contribute a patch, but I would like to know if >> this is a silly idea first. >> > > I think an option to disable initializations which get in the way of using > pyglet in existing OpenGL contexts, if implemented cleanly, would be a good > idea. > > - Bruce > Keep in mind that pyglet's font renderer (and thus all text capabilities) are also tied to Carbon, so you would have to throw all that functionality out as well. I have a basic Cocoa font renderer as part of the port effort, but again, it requires some major tweaking and polishing for production use. -- 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.
