Re: Setting RGBA for sprite regions

2016-05-28 Thread Elliot Hallmark
I think they meant let the water have an alpha channel of like .5 or something, and draw the character behind it. No extra sprites/textures -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving

Re: Setting processor affinity to aid performance

2016-06-25 Thread Elliot Hallmark
I don't know how well this is documented, but running a pyglet app with `python -O` is a dramatic performance improvement in my experience. To the point that maybe pyglet should print a warning if you don't do this. Elliot -- You received this message because you are subscribed to the Google

Re: on_player_eos event not working when trying to play through a list of mp3 files with Pyglet

2016-06-25 Thread Elliot Hallmark
Subprocess.popen is non blocking, fyi. -- 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

Re: Pyglet culling destroys FPS

2016-04-27 Thread Elliot Hallmark
1) I remember out of view draws slowing my fps very little. As i zoomed out so more was in view, my fps slowed quite a bit. Have you verified that off screen draws are significantly impacting your performance? 2) you should profile your code. python -m cProfile -s cumtime yourscipt.py >

Re: Pyglet culling destroys FPS

2016-05-02 Thread Elliot Hallmark
You keep posting from two accounts for some reason. It's pretty annoying. -- 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

Re: Should I renew the pyglet.org domain?

2016-10-16 Thread Elliot Hallmark
It would probably break a lot of links to let it go, which looks bad. Plus, it's a good domain name. On Oct 16, 2016 8:59 PM, "Richard Jones" wrote: > The pyglet website was moved to bitbucket a while back, so pyglet.org is > just a redirect these days. It's up for

Re: "Cyglet"

2017-03-20 Thread Elliot Hallmark
Do you have a public repo? -- 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

Re: floating point exception (core dumped)

2017-06-17 Thread Elliot Hallmark
What do you mean "there is an exception"? Post the traceback of the exception. -Elliot On Sat, Jun 17, 2017 at 8:34 PM, Jesse Cox wrote: > It's not sharing anything else. Just that there's an exception whenever I > try to run the program. > > > On Saturday, June 17, 2017 at