Page 1 of 1

chipmunk API for iphone dev

Posted: Mon Dec 07, 2009 1:06 am
by mmjuns
Hi, guys,
does anyone know where I could get cp API for iphone? Thanks a ton.

Re: chipmunk API for iphone dev

Posted: Mon Dec 07, 2009 10:04 am
by slembcke
Chipmunk's API is in C which can trivially be used from both Obj-C and C++. As such, there is no iPhone specific API.

Re: chipmunk API for iphone dev

Posted: Mon Dec 07, 2009 2:58 pm
by Tam Toucan
Chipmunk does the physics, not the drawing etc. So it's all "maths stuff" and is therefore completely platform independent.

Re: chipmunk API for iphone dev

Posted: Mon Dec 14, 2009 5:30 pm
by riq
Hi,
cocos2d for iPhone v0.9.0-beta has just been released and among other things it includes:
  • Chipmunk 5.0
  • Chipmunk TestBed ported to iPhone using cocos2d
  • A custom cocos2d + chipmunk example using accelerometer
If you are interested, you can download it from here:
http://www.cocos2d-iphone.org/archives/498