pyglet 1.3.2

3,308 views
Skip to first unread message

Rob

unread,
Apr 13, 2018, 11:12:50 AM4/13/18
to pyglet-users
Hi all,

A bugfix release of pyglet is available now: 1.3.2.

Bugfixes
  • #154 Caret issues.
  • #158 Additional fixes.
  • #167 IndexedVertexDomains with non-1 primcount will now draw correctly on 64bit OSs.
  • #168 Compatibility with python 3.7.
  • #169 [Windows] window.flip too slow.
  • #170 NameError: name 'PUINT' is not defined.
The easiest way to get this release is using pip:

pip install pyglet

Links
Please report issues here: https://bitbucket.org/pyglet/pyglet/issues

Kind regards,
Rob

Luke Miller

unread,
Apr 16, 2018, 1:45:07 AM4/16/18
to pyglet...@googlegroups.com
Great work!

--
You received this message because you are subscribed to the Google Groups "pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyglet-users+unsubscribe@googlegroups.com.
To post to this group, send email to pyglet...@googlegroups.com.
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Dan Liu

unread,
Jul 10, 2018, 5:46:31 AM7/10/18
to pyglet-users
do you have fixed the timeout bug???


when i set a duration of a ani, i want to define different duration for every frame

    animation = \
              pyglet.image.Animation.from_image_sequence(list1,
                                                         duration_here,         #only this is work
                                                         )

            ani=EffectSprite(animation,50, 24)

            ani.image.frames[2].duration=10  #default 0.5
            ani.image.frames[1].duration=2
            ani.image.frames[0].duration=5


but ,,,it doesn't work



only the " duration_here" is work.... ...frames have the same duration = duration_here



thanks for your hard work... ...



Dan Liu

unread,
Jul 10, 2018, 7:31:08 PM7/10/18
to pyglet-users
wonderful framework!


i have tried the newest version,,, now duration of every frames  work very well ! 



thanks for you hard work!




Reply all
Reply to author
Forward
0 new messages