Tool For Interactively Generating Core Animation 3D Transforms

It can be a struggle to get the right look with 3D transforms by tweaking each variable around in Xcode, and here’s a tool to greatly speed up the process.

This tool from Erwin Maza called Transformifier allows you to get that right 3D transform using sliders and the ability to add new transforms (through drag and drop) and export generated code using CATransform3D  that you can drop into your app.

As the readme states:

Temporarily install and instantiate a Transformifier. Set it to act on the CALayer of the victim element on the screen, and interactively set functions and values until you get exactly the desired effect. Click the output icon to get fully formed, ready to paste text to replicate the effect in code.

Here’s a couple of images showing how you can choose your transformations and generate the code:

TransformifierTransformifier

You can find Transformifier on Github here.

A handy tool if you’re struggling to get that 3D transform code just right.

DeliciousTwitterFacebookRedditLinkedInEmail

Original article: Tool For Interactively Generating Core Animation 3D Transforms

©2012 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *