Hi Zafer,
Vizard supports particle systems, but currently the only way to create one is by hand editing a text file. I've attached a zip file that contains a particle file with a texture. To use it simply do the following in your script:
	Code:
	dust = viz.add('dust.osg')
dust.hasparticles()
 Let me know if you have any more questions. Good luck!