Tools, API’s, and other stuff
A random collection of tools and API’s that I find interesting or useful.
Tools
The LLVM/Clang static analyzer is a standalone tool that find bugs in C and Objective-C programs. Paul Kim has written a nice little intro/overview of LLVM/Clang
API’s
Box2D is a 2D physics engine. Create 2D worlds with objects and joints then set them in motion. Box 2D will crank out their interactions. Although the website does not explicitly mention it the download comes with an XCode project ready to go with a graphical testbed for playing around with the API.

