On Sun, Aug 15, 2010 at 4:05 AM, Stephan Gerhard <[email protected]> wrote: > Dear Pyglet folks, > > A while ago, there was a thread related to running Pyglet in a > seperate thread. > > I'd like to know if I can use Pyglet interactively, let say from an > IPython shell, to > generate objects and modify parameters. I.e. inject code in the pyglet > event loop. > > There was a reference to an example, which is not downloadable > anymore, > background_pyglet.zip in the files section > > Does anybody know a good example where I can start to learn how to do > this correctly? > > Thanks, > Stephan
Hi, i create a simple example by using pyglet and cocos2d in a thread: http://www.examplelab.com.ar/python/interactive_cocos2d/python_interactive_session_with_cocos_2d_pyglet.rst it is a spanish tutorial, sorry... -- Hugo Ruscitti www.losersjuegos.com.ar www.gcoop.com.ar -- 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.
