Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gonchar/SAP

Particle System for Starling
https://github.com/gonchar/SAP

Last synced: 3 months ago
JSON representation

Particle System for Starling

Awesome Lists containing this project

README

        

## SAP - Starling Alternativa3D Particles
### Description
SAP is a port of [Alternativa3D Particle System](https://github.com/AlternativaPlatform/Alternativa3D/tree/master/src/alternativa/engine3d/effects) to Starling Framework.
This particle system is really well optimized for rendering on mobile. All particle data goes to GPU through vertexconstants. There are no any vertexbuffer uploads each frame.

## Demo
[![demo](https://dl.dropboxusercontent.com/u/123272146/sap/screen.png)](http://bit.ly/1BLd9w3)

### Additional Resources
[Follow me](https://twitter.com/UnknownFlasher) on twitter and join [Stage3D Facebook Community](https://www.facebook.com/groups/stage3d/)

### Developed with pleasure using IntelliJ IDEA