views:

49

answers:

1
+1  Q: 

Particle library

Hello, 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.

+1  A: 

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://spark.developpez.com/index.php?page=downloads&lang=en

Jing