Sorry, I was referring to nehe tutorials in pyglet: http://groups.google.com/group/pyglet-users/web/nehe-lessons-1-10
Great stuff, I've actually managed to do most of the conversion myself. Would be cool to have tutorials 11 and on in python as well. Thanks! On Oct 27, 5:39 pm, "Drew Smathers" <[EMAIL PROTECTED]> wrote: > On Mon, Oct 27, 2008 at 5:30 PM, Drozzy <[EMAIL PROTECTED]> wrote: > > > Is there a way to show how these tutorial can be done using the new > > way of handlers in pyglet, instead of an infinite loop? > > I.e. > > @window.handler > > def somemethod > > > instead of: > > > while(1) > > somemethod() > > Though I'm not sure what "tutorials" you're referencing - a url would > help - pyglet has some good introductory documentation for writing an > application. An example: > > http://pyglet.org/doc/programming_guide/hello_world.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
