Search code examples
iphonexcodeparticles

use particle from particle designer to a project


I would like to use my particle created with particle designer in my xcode project that is not a cocos 2D project.Can I use it ? And if yes how ?


Solution

  • Particle Designer was created by Michael Daley, author of Learning iOS Game Programming. Particle Designer was a tool that was developed over the course of the book to help implement Particle Effects. The details of particle usage in a regular project are in this book, which is about iOS game programming with regular OpenGL ES (no Cocos2D).

    Michael also wrote several tutorials, one of which is about Particle Emitters. I'm not sure if it works with Particle Designer effects though.