/starling-extension-FFParticleSystem

Improved particle system for the Starling framework

Primary LanguageHaxe

Starling-FFParticleSystem for haxe

Based on https://github.com/shin10/Starling-FFParticleSystem

Improved particle system for the Starling framework

Live demo: https://matse.skwatt.com/haxe/starling/demo/ffparticle/

Getting started: Starling wiki page

Overview

This particle system is based on and compatible with the original but provides some additional features and various performance improvements.

New Features :

  • particle pool
  • batching (less draw calls)
  • multi buffering (avoid stalling)
  • animated particles
  • random start frames
  • filter support
  • optional custom sorting, code and variables
  • calculating bounds (optional)
  • spawnTime, fadeIn/fadeOut
  • emit angle alligned particle rotation
  • various performance improvements