Particle Playground is an easy way for developers to customize native iOS particle emitter classes (CAEmitterCell and CAEmitterLayer).
You just drag your particle image on the image well, modify some slider values and watch as the realtime preview shows you what you will see on your device when you hit the “Export”-Button.
You get a fully functional UIView subclass that takes care of all of your settings and displays the particle emitter just like you set it up in Particle Playground.
Features:
- Customizable UIKit particle system
- Export your emitter as .m and .h files ready for easy integration in your project
- Randomize function for playing around with emitter configurations
- Retina-ready UI elements
Basic usage:
- Drop your particle image in the image well
- Manipulate the different properties until you have the desired effect.
- Hit export (this will give you 4 files) Now you have 4 files: Your code (.h & .m file), the image (.png) and a savefile (.plist). The savefile is just so you can later open the emitter again.
- Drag the image and the code files (.h and .m) in your Xcode project
- Make sure to add the QuartzCore framework to your project.
- Create a custom view with the class “PPEmitterView” (in Interface Builder or programmatically)
- Now just fire up the simulator and watch your beautiful emitter!
Some more things:
What's new in version 1.1
Information
License
Commercial
Size
4.8 MB
Downloads
Commercial
Developer's website
http://www.vigorouscoding.com/mac-apps/particle-playground/
App requirements