Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Particle library [closed]

maybe someone knows a good crossplatform particle library?

I know Pyro particle library, but it's not crossplaftorm and free. There is also Magic Particles (Probably, the best version I need) but there is only theoretical possibility to make a port on Linux.

like image 274
Max Frai Avatar asked Oct 13 '22 21:10

Max Frai


1 Answers

I'm not sure how good it is, but I remember seeing a post on www.gamedev.net on a open source particle engine written in C++. It appears to be graphics-library agnostic, so you should be able to easily port it to whatever platform you are interested in.

Here's a link: http://sourceforge.net/projects/sparkengine/

like image 73
Jing Avatar answered Nov 09 '22 14:11

Jing