1
SFML projects / Particles!
« on: September 22, 2007, 11:51:00 pm »
I thought i would share some screen shoots of my current SFML project, as the topic already reveled it's about particle systems.
I have used an approach similar to that of Ogre3ds with particle systems built up by emitters and affectors. the system is being developed for use in 2d but shouldn't be to hard to scale up to 3d.
what is seen in the picture?
one particle system containing 2 point emitters. each emitter is affected by a fade in affector a fade out affector and a linear force affector.
what is currently on my to do list? Adding manager and factory classes, perhaps some way to create system from config files, code cleanup and bug testing.
EDIT: code now available on the wiki: http://www.sfml-dev.org/wiki/en/projects/particle_system
I have used an approach similar to that of Ogre3ds with particle systems built up by emitters and affectors. the system is being developed for use in 2d but shouldn't be to hard to scale up to 3d.
what is seen in the picture?
one particle system containing 2 point emitters. each emitter is affected by a fade in affector a fade out affector and a linear force affector.
what is currently on my to do list? Adding manager and factory classes, perhaps some way to create system from config files, code cleanup and bug testing.
EDIT: code now available on the wiki: http://www.sfml-dev.org/wiki/en/projects/particle_system