On Sun, Dec 4, 2011 at 1:58 PM, Joe Cross <[email protected]> wrote:
> Hello, > > Much simpler demo here. > > https://github.com/numberoverzero/BatchDrawExample > > Simply import Example and click around. > > Main runs the window and update, and Shape takes care of rectangle > updating. > The reason for getters/setters on each variable is so that when they > change, verts are updated correctly. > > Thanks again for any help, > > Joe > > I see this app spawning some red quads at each lclick, which disappear in some time, and text counting the deleted quads. Clicking fast or slow I see no 'crash' ( at least at 2000+ deleted ). windows xp sp3, python 2.6, pyglet 1.2dev changeset: 2619:44f25d6bb97b ati radeon 4650 with catalyst 11.5 drivers. Two things: - pyglet 1.1.3 had a bug like that ( deleting vertex list parts have problems, including crashes), see http://thread.gmane.org/gmane.comp.python.pyglet.user/3123/focus=3194 and the follows up. This was fixed for pyglet 1.1.4 So, what pyglet version are you running ? - sometimes it is a driver issue, so telling your OS and driver may ring a bell for some people. -- claudio -- 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.
