My little particle engine

Reply

Join Date: Aug 2003
Posts: 117
Reputation: subtronic is an unknown quantity at this point 
Solved Threads: 1
subtronic's Avatar
subtronic subtronic is offline Offline
Junior Poster

My little particle engine

 
0
  #1
Jun 25th, 2004
So, in my spare time I'm working on a little OpenGL particle engine. I'll give this little guy it's own website and release the source code in a week or so. It's written in 100% C... it's quite ugly right now, but I hope to fix it up.

The capabilities of it thus far are not astounding. I can basically render multiple systems on the fly, I use function pointers to allow systems to have their own unique/customized draw(), init(), and reset() functions. I wrote a rendering queue that allows me to add systems to the queue to be drawn and also allows me to spawn systems from systems. I'm trying to get everything to the PNG format. Right now, particle textures can be loaded as PNGs or BMP and snapshots are PPM's (this is out of pure laziness as I just dump the pixmap off the front buffer into a file and I can also assemble movies with ppm2mpeg)... The next big steps are to write the PNG writer so snapshots write out as PNG (and for uniformities sake a BMP writer), clean up the BMP reader, and the big thing... write the font renderer. I'm going to write my own utility that converts PCF's into BMP's, load them as textures and use display lists to render fonts as textures.... should get pretty interesting once all these utilities are written.

I also want to add more components to the engine, like portals, lightwave object loader, etc..

http://dopedesign.com/index.php?gallery=3313
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 1,478
Reputation: mikeandike22 is an unknown quantity at this point 
Solved Threads: 18
mikeandike22's Avatar
mikeandike22 mikeandike22 is offline Offline
Nearly a Posting Virtuoso

Re: My little particle engine

 
0
  #2
Jun 25th, 2004
you have some ego
My Daniweb Blog: This,That, and Everything Else (Blog contest winner)

GetFirefox!
GetOpera!






Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Game Development Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC