Here is a really cool presentation on using OpenGL to create 3d on the iPhone. It was given by Doug Turner (@dugla) to Boston iPhone developers.
Source Code for Presentation available on GitHub:
Original article here
Here is a really cool presentation on using OpenGL to create 3d on the iPhone. It was given by Doug Turner (@dugla) to Boston iPhone developers.
Source Code for Presentation available on GitHub:
Original article here

AnalysisTool is a Mac OS X application which provides GUI and CLI frontends to the LLVM/Clang static analyzer, a tool that finds bugs in C and Objective-C programs.
AnalysisTool includes a custom version of LLVM/Clang static analyzer.
Get the latest version from karppinen.fi/analysistool/
We’ve all seen those large, really nice looking, glossy app icons that iTunes displays. I personally have taken screen captures of these icons multiple times for use in blog posts and other advertising. It’s usually a pain because you have to bring the screen cap into photoshop and clean it up, trying not to mess up the nicely rounded corners of the icon. Well, no more! Xeleh has released his free OSX App for capturing and saving those beautiful shiny icons.
![]()
All you need to do is enter the iTunes link (or app id#) into the Icon Extractor, click Fetch and then save the pristine icon (.png) with transparency intact! It couldn’t get any easier.
You can get the latest version of AppStore Icon Extractor from the authors website. It’s tested and working on OSX Leopard.
I want to tell you about a handy free tool that developers can use to make their app demos more realistic and interesting. It’s called PhoneFinger by Wonder Warp Software. Simply what is does is turn your mouse cursor into a human finger. Not only does PhoneFinger make your demos look better but it also serves as a good usability test. Another really cool feature of PhoneFinger is the ability to create your own custom hands. Maybe you don’t like the default finger or you just don’t want your demos to look like everyone elses, no problem. The author provides detailed instructions on making the customizations (See Below.)

Download the latest version from HERE
From the authors website:
Test and demo your iPhone apps the way they’ll actually be used!
Because of the iPhone’s high-resolution screen, Apple’s iPhone Simulator may use an area on your Mac’s display that’s physically far larger than an actual iPhone. This makes designing and testing user interfaces troublesome. Software that’s easy to use with a magnified screen and the precision of a mouse can be difficult on the actual device. PhoneFinger puts things in perspective and reveals hidden usability problems.

How to create custom hands for PhoneFinger:
PhoneFinger uses its own .hand format to bundle hand graphics and related information. In addition to those that are built-in, PhoneFinger will use .hands from ~/Library/Application Support/PhoneFinger/Hands.
A .hand file is actually a folder — you can right-click on it and choose “Show Package Contents” to look inside. Inside of a .hand package are the images the hand uses as well as an Info.plist file.
So, to make a hand, just drop all the images and a customized Info.plist into a folder whose name ends with .hand, and drag it into the Hands folder. You’ll have to restart PhoneFinger for the hand to show up.
If you make anything particularly cool, let us know and we’ll put it on the PhoneFinger site for others to use!
Info.plist Reference
The Info.plist file is in property list format. You can edit it in any old text editor, in the Property List Editor that comes with Apple’s Developer Tools, or in a tool like PlistEditPro.
In the Info.plist file, you can specify the following values:
PFHandNamePFHandAuthoroptionalPFHandAuthorWebsiteoptionalPFHandDescriptionoptionalPFHandVersionoptionalPFHandUpImagePFHandDownImagePFHandHotspotXPFHandHotspotYPFHandMinScaleFactoroptionalPFHandMaxScaleFactor if you specify this property.PFHandMaxScaleFactoroptionalA few highly recommended friends...
All entries, chronologically...