Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devon-o/Starling-Extension-AnimatedParticle-System

Create particle systems for the Starling Framework using sprite sheet animations.
https://github.com/devon-o/Starling-Extension-AnimatedParticle-System

Last synced: about 2 months ago
JSON representation

Create particle systems for the Starling Framework using sprite sheet animations.

Awesome Lists containing this project

README

        

Starling Extension: Animated Particle System
===================================

This Starling Extension allows you to create PD (Particle Designer) particle systems using animations from Sprite Sheets by passing a Starling TextureAtlas instance to the particle system constructor.

This extension depends on the Starling Framework: https://github.com/PrimaryFeather/Starling-Framework and the Starling-Extension-Particle-System: https://github.com/PrimaryFeather/Starling-Extension-Particle-System

Sample Code
-----------

The example directory contains a quick demonstration for creating a particle system of 500 animated birds. All artwork in the example belongs to Gamua/PrimaryFeather. A compiled version of the example can be seen here: http://onebyonedesign.com/flash/starling/anipart/

More information
----------------

Particle configurations can be created with the 71 Squared Particle Designer or the online Particle Editor. Sprite sheets can be created with Texture Packer or within the Flash IDE (or other sprite sheet generators). For the moment, sprite sheets should be created with equally sized rectangles (no clipping) - this is a known issue and is being worked. For more info, see:

- http://www.starling-framework.org
- http://particledesigner.71squared.com
- http://onebyonedesign.com/flash/particleeditor/
- https://github.com/PrimaryFeather/Starling-Extension-Particle-System
- http://www.codeandweb.com/texturepacker
- http://www.adobe.com/devnet/flash/articles/using-sprite-sheet-generator.html