Objective-Chipmunk API reference.

6.0.2

What is Chipmunk?

First of all, Chipmunk is a 2D rigid body physics library distributed under the MIT license. It is intended to be fast, portable, numerically stable, and easy to use. For this reason it’s been used in hundreds of games on every system you can name. This includes top quality titles such as Night Sky for the Wii and many #1 sellers on the iPhone App Store! I’ve put thousands of hours of work over many years to make Chipmunk what it is today.

Objective-Chipmunk is an Objective-C wrapper for Chipmunk that makes developing physics based iPhone games a snap. It integrates with the Objective-C memory model and provides a number of higher level APIs that ease development and save you time. While we do charge for Objective-Chipmunk, it will almost certainly save you more time than the small cost to license it. As a bonus, you’ll be helping to ensure that we can afford to continue to work on Chipmunk improvements.

Objective-Chipmunk is part of the Chipmunk Pro package, and you can find more information on the Chipmunk website. Chipmunk-Pro

Where do I start?

Probably the best place to start is to by going over some of the sample code from the downloads page such as the SimpleObjectiveChipmunk tutorial.

From there, you probably want to skim over the latest documentation. While geared towards C developers, it introduces all the important building blocks. The Objective-C API simply takes things to the next logical step.

 All Classes Functions Properties