Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 977 Bytes

File metadata and controls

27 lines (20 loc) · 977 Bytes

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