/asparticles

Particle engine for openFL / Haxe

Primary LanguageHaxeGNU General Public License v2.0GPL-2.0

ASParticles

Rework of http://code.google.com/p/haxe-particle-designer/

Install via haxelib with

haxelib git asparticles https://github.com/UltraVisual/asparticles
var particles = ASParticleSystem.particleWithFile("fire.plist", "particles/");
addChild(particles);