[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Nehe Lesson 19



I think you'll find a particle engine close to unusable without VBOs or python-specific acceleration. For now, code it however you'd like, but when it comes time to run your actual game, you'll find that you have problems with performance. You're going to need to use numpy to manage the particles and pass this information to PyOpenGL directly.

-Zack

On Jun 15, 2009, at 3:04 AM, Astan Chee wrote:

Thanks! I was looking for that for awhile.
Cheers
Astan

René Dudfield wrote:

I remember porting it ages ago... but can't find it.

oh here it is...
http://www.py3d.org/files/lesson19.zip

had to restore the py3d.org/files folder... since py3d.org has been
dormant for 6 years or so.

cu,



On Mon, Jun 15, 2009 at 4:49 PM, Astan Chee<astan.chee@xxxxxxxxx> wrote:

Hi,
I was just wondering if NeHe's lesson 19 (particle engine), has been ported
to pygame/pyopengl? I can't seem to find the python version of it.
Thanks!
Astan