Discussion on iccarus

2008-02-10 Thread jovian
those look like particle showers from cosmic rays and a collider --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to pyglet-users@googlegroups.com To unsubscribe

Transparency in windows

2008-02-10 Thread Richard Lewis
Hello, I'm new to pyglet and would like to know can I have windows with transparency? For instance a full screen window wich is completely transparent except for a bouncing ball etc? BR Richard --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Image rotation

2008-02-10 Thread [EMAIL PROTECTED]
I don't think the current stable build has 'easy' image rotation commands, but you can do it with OpenGL without much trouble if you convert your image to a texture. Unfortunately, I don't know anything more than that, because my OpenGL spirit quest is still in progress (ie I haven't had enough ti

Re: Image rotation

2008-02-10 Thread Txema Vicente
> you a start. Try nehe.gamedev.net for some tutorials. Try http://groups.google.com/group/pyglet-users/web/nehe-lessons-1-10 > On Feb 9, 5:07 pm, cladinapathy <[EMAIL PROTECTED]> wrote: >> Does pyglet support image rotation? If so, how? Thanks in advance. Some ugly test code may help you: from

Re: Transparency in windows

2008-02-10 Thread Alex Holkner
On Feb 11, 2008 4:34 AM, Richard Lewis <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm new to pyglet and would like to know can I have windows with > transparency? > For instance a full screen window wich is completely transparent > except for a bouncing ball etc? No. Alex. --~--~-~--~---

Psyco

2008-02-10 Thread Txema Vicente
I tried psyco.full() and works, but I dont feel any difference. Should I use it with pyglet? Benefits or drawbacks? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send em

Re: Psyco

2008-02-10 Thread Richard Jones
On Feb 11, 2008 9:47 AM, Txema Vicente <[EMAIL PROTECTED]> wrote: > I tried psyco.full() and works, but I dont feel any difference. > Should I use it with pyglet? Benefits or drawbacks? The psyco documentation is http://psyco.sourceforge.net/doc.html with a nice introduction at http://psyco.sou

pyglet & pyweek

2008-02-10 Thread Ricardo
Hi list, I was wondering if the next version of pyglet (1.1 ??) will be ready for pyweek (before Febraury, 29th). What new features will the new version have ? Thanks, riq. -- ser humano http://monodiario.blogspot.com --~--~-~--~~~---~--~~ You received this messa

Re: Psyco

2008-02-10 Thread Txema Vicente
Perfect, I will not use it. Thank you.. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to pyglet-users@googlegroups.com To unsubscribe from this group, send

Re: Psyco

2008-02-10 Thread Alex Holkner
On Feb 11, 2008 11:09 AM, Txema Vicente <[EMAIL PROTECTED]> wrote: > > > >The psyco documentation is http://psyco.sourceforge.net/doc.html with a > nice introduction >at http://psyco.sourceforge.net/introduction.html which > includes benefits, drawbacks, etc. > > Sorry, I did read that: 2x to 100

Re: pyglet & pyweek

2008-02-10 Thread Alex Holkner
On Feb 11, 2008 10:31 AM, Ricardo <[EMAIL PROTECTED]> wrote: > Hi list, > I was wondering if the next version of pyglet (1.1 ??) will be ready for > pyweek (before Febraury, 29th). An alpha or beta release _might_ be ready by then, with some documentation lacking. Don't bet on it though. > What

Re: Psyco

2008-02-10 Thread Txema Vicente
>The psyco documentation is http://psyco.sourceforge.net/doc.html with a nice >introduction >at http://psyco.sourceforge.net/introduction.html which >includes benefits, drawbacks, etc. Sorry, I did read that: 2x to 100x speed-ups but uses a lot of memory. I was asking if that is true specifical

Re: pyglet & pyweek

2008-02-10 Thread Ricardo
> > What new features will the new version have ? > > Lots of good things are already in SVN... rest assured I'll be talking > more about these when documentation starts appearing and the holes are > plugged. Briefly, pyglet 1.1 introduces: Cool, nice features!! :-) riq. -- ser humano http://

Re: pyglet & pyweek

2008-02-10 Thread Shu Ning Bian
>> What new features will the new version have ? > > Lots of good things are already in SVN... rest assured I'll be talking > more about these when documentation starts appearing and the holes are > plugged. Briefly, pyglet 1.1 introduces: > > * An optional pyglet-controlled event loop (pyglet.ap

Re: broken egg for pyglet

2008-02-10 Thread Alex Holkner
On Feb 11, 2008 5:20 PM, Alex Holkner <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 4:07 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > > > The file error-extract.txt (attached) contains a short extract (the bit > > that seemed most relevant to me) of the output of 'python -v -c "import > > pyglet"'

Re: Image rotation

2008-02-10 Thread [EMAIL PROTECTED]
Oh, you can just use projection matrix commands? COOL! I totally didn't realize that! Now everything is perfect. On Feb 10, 3:28 pm, "Txema Vicente" <[EMAIL PROTECTED]> wrote: > > you a start. Try nehe.gamedev.net for some tutorials. > > Try http://groups.google.com/group/pyglet-users/web/nehe-l

Re: broken egg for pyglet

2008-02-10 Thread Andrew Straw
Alex Holkner wrote: > On 2/9/08, Andrew Straw <[EMAIL PROTECTED]> wrote: >> In a fresh virtualenv ( http://pypi.python.org/pypi/virtualenv ) >> installation, using Python 2.5 on Ubuntu Gutsy amd64, I do the following >> in an attempt to install pyglet: >> >> "easy_install pyglet" >> >> Now, the fol

Re: Image rotation

2008-02-10 Thread [EMAIL PROTECTED]
Oh, you can just use projection matrix commands? COOL! I totally didn't realize that! Now everything is perfect. On Feb 10, 3:28 pm, "Txema Vicente" <[EMAIL PROTECTED]> wrote: > > you a start. Try nehe.gamedev.net for some tutorials. > > Try http://groups.google.com/group/pyglet-users/web/nehe-l

Re: broken egg for pyglet

2008-02-10 Thread Alex Holkner
On Feb 11, 2008 4:07 PM, Andrew Straw <[EMAIL PROTECTED]> wrote: > The file error-extract.txt (attached) contains a short extract (the bit > that seemed most relevant to me) of the output of 'python -v -c "import > pyglet"' -- it suggests that there is a bad magic number in the .pyo > files on th