Re: pyglet 1.3.2

2018-07-10 Thread Dan Liu
wonderful framework!


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



thanks for you hard 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+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.


Re: pyglet 1.3.2

2018-07-10 Thread Dan Liu
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... ...



-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.


Re: pyglet 1.3.2

2018-04-15 Thread Luke Miller
Great work!

On 14 April 2018 at 01:12, Rob <silvester...@gmail.com> wrote:

> 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*
>
>- Release notes: https://bitbucket.org/pyglet/pyglet/raw/
>9e615d142d8ab235de8895d4d547a51562f904e1/RELEASE_NOTES
>
> <https://bitbucket.org/pyglet/pyglet/raw/9e615d142d8ab235de8895d4d547a51562f904e1/RELEASE_NOTES>
>- Documentation: http://pyglet.readthedocs.io/en/pyglet-1.3-ma
>intenance/
>- Downloads: https://bitbucket.org/pyglet/pyglet/downloads/
>- Pypi: https://pypi.python.org/pypi/pyglet/1.3.2
>
> Please report issues here: https://bitbucket.org/pyglet/pyglet/issues
>
> Kind regards,
> Rob
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to pyglet-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/pyglet-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.


pyglet 1.3.2

2018-04-13 Thread Rob
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*

   - Release 
   notes: 
https://bitbucket.org/pyglet/pyglet/raw/9e615d142d8ab235de8895d4d547a51562f904e1/RELEASE_NOTES
   - Documentation: http://pyglet.readthedocs.io/en/pyglet-1.3-maintenance/
   - Downloads: https://bitbucket.org/pyglet/pyglet/downloads/
   - Pypi: https://pypi.python.org/pypi/pyglet/1.3.2

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

Kind regards,
Rob

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.