Hi,
I'm new to Chipmunk and would like to incorporate it into my app. I'm not using cocos2d and don't want to at this time. I'm trying to follow a dated tutorial (http://www.alexandre-gomes.com/articles/chipmunk/) but I'm getting stuck on the setup.
I've done the svn checkout http://chipmunk-physics.googlecode.com/svn/trunk/ chipmunk-physics-read-only to get the latest code. So, now I have some src and include directories that I'd like to get into xcode and start coding.
The problem I have seems to be how I'm importing the src and include folders. I've tried several ways to do it but I keep getting compile errors like my directory structure is incorrect. I've looked at the README but I must be missing something.
How do I get the raw source code into my xcode project?
Thanks for any help.
-Paul