Sunday, March 23, 2008

Particle Engine - first attempt

So, time wen't by, and friends/family/kids/work came in the way of finishing the particle engine (read: I prioritized real life over this blog, so sue me ;) )

First attempt contains a rather "amputated" version of a linked list which doesn't implement any search functions or other methods normaly implemented, for the sake of "pretty design" I could of course write these methods, but it would be a waste of time.

My main focus from here on is to optimize the engine, currently I've spottede a few design flaws that could be different, and I've got a few idea's for futher optimizing.










Click here to download the source

Stay tuned ...

1 comment:

Unknown said...

Thanks for giving source files!