Page 1 of 1

Tutorial

Posted: Tue Nov 27, 2012 12:45 am
by kichuthegamer
Can anyone suggest me a chipmunk beginner tutorial for xcode2.0

Re: Tutorial

Posted: Tue Nov 27, 2012 2:17 am
by slembcke
There are a few on the Chipmunk site for different frameworks:
http://chipmunk-physics.net/documentation.php

You could accuse me of focusing too much on the Objective-Chipmunk API, but it's mostly just the obvious implementation of the C API. If you don't mind the extra work for the memory management and the syntactic sugar of properties, then it's pretty much the same.