Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devon-o/Starling-Extension-AnimatedParticle-System
- Owner: devon-o
- License: other
- Created: 2014-01-01T10:05:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T08:17:40.000Z (about 11 years ago)
- Last Synced: 2024-08-03T05:01:55.736Z (5 months ago)
- Language: ActionScript
- Size: 871 KB
- Stars: 9
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-actionscript-sorted - Starling-Extension-AnimatedParticle-System - Create particle systems for the Starling Framework using sprite sheet animations. (User Interface / Starling)
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