Category Archives: Blog

Tutorial: Particle Systems in Core Animation with CAEmitterLayer

Visualizing_the_CAEmitterLayer_Math-163x300

Particle Systems Particle systems are fun visual candy to add to your apps. They are often used to create smoke, explosions, and fire effects in games. They make great touches in productivity apps as well. Delicious Library, for example, famously consumes a book with a fire animation when you remove a book from your virtual […]

Read more ...

Protip: Disable Drop Shadows on Screenshots

Screenshot_with_shadow_and_desktop

Screenshots are a fantastic tool to visually communicate with clients, users, and colleagues. Mac OSX provides excellent tools for capturing screenshots right out of the box. Screenshot Keyboard Shortcuts Shortcut What it Does Command-Shift-3 Captures the contents of the entire screen, and saves it to a file on the desktop. If more than one screen […]

Read more ...

Tutorial: Sharing Data Locally Between iOS Apps

AppDataSharing_Header

In the sandboxed world of iOS development sharing data between applications can prove difficult. There are a number of reasons you may want your application to share data with other applications. Releasing a paid app upgrade with a new SKU. Moving user data to a universal binary. Releasing a suite of complementary applications. Partnerships with […]

Read more ...

Augmented Reality on iPhone code

In preparation for the Augmented Reality class that Jonathan Blocksom and I taught at the recent iPhone / iPad devcon, Using AVFoundation video capture, we modernized and completed the example found at morethantechnical.com using NyARToolkit (GPL) on iOS. It’s a great example of the kinds of things we can do now that we have fast […]

Read more ...

Jonathan is speaking at iPhone iPad Devcon

Jonathan is talking at the upcoming iPhone iPad Devcon in Boston from April 4 through 6. He is also teaching a full day class with Jonathan Blocksom on Augmented Reality! The latest version of the slides for the Augmented Reality Full day class is here. (Last Mod: 20110314) There will be a whole packet of […]

Read more ...