Basically, to run pyglet on any architecture, you need OpenGL support and ctypes support (to call the native OpenGL library). I believe that ctypes has ARM support, so if the pandora runs linux, then it should be pretty easy to run pyglet.
On Oct 3, 9:19 am, "Luke Paireepinart" <[EMAIL PROTECTED]> wrote: > Yay pandora! > We might have to do some work on ctypes to get it working. :( > > On Fri, Oct 3, 2008 at 7:44 AM, Laurens Simonis > > <[EMAIL PROTECTED]> wrote: > > > On Fri, Oct 03, 2008 at 05:37:29AM -0700, Francisco Costa wrote: > > >> >From what I understand AVbin is used for video playback but also for > >> image loading? I once made made a simple experiment with pyglet, > >> displaying a simple image. Packed it with py2exe, sent to a friend and > >> it complained of avbin not present in his computer. That kinda ruins > >> pyglet for ARM, right? > > > I run pyglet without AVbin, so it's definately not needed for everything. > > > Cheers, > > > laurens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
