On Tue, Nov 22, 2011 at 1:43 AM, Richard Jones <[email protected]>wrote:
> On 22 November 2011 08:52, anatoly techtonik <[email protected]> wrote: > > Hmm. The API that forces you to do stuff like: > > from pyglet.gl import * > > doesn't look good to me. > > You're welcome to use "from pyglet import gl" and prefix all the > module names with "gl.", or just import the names you need. > > > > Shouldn't pyglet provide cross-platform API? > > Could you be more specific about what you mean here? I thought that > the API exposed by pyglet was cross-platform. Specifically this check doesn't look good to me: http://code.google.com/p/pyglet/source/detail?r=44f25d6bb97be0c89688f9d265b1b39fb24e0308 This extension API doesn't seem to be abstracted too: http://pyglet.org/doc/programming_guide/agl_glx_and_wgl.html -- 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.
