Aaron
Aaron

Reputation: 619

Do any ios graphics libraries have built-in 'explosion' effects?

Given a UIImage, I'd like to "explode" it into a bunch of little pieces as a cute animation. Letterpress has something like this. Any thoughts?

Upvotes: 1

Views: 579

Answers (2)

Dermot
Dermot

Reputation: 1743

There is a library available to do this now. Its MIT licenced too. You can grab it here: https://github.com/vibrazy/letterpressexplosion

Upvotes: 0

Adam Lockhart
Adam Lockhart

Reputation: 1195

For 3D effects, you should use OpenGL.

Upvotes: 1

Related Questions