Arrabi
Arrabi

Reputation: 3768

physics library for iphone programming

Im looking for a free strong physics library for iphone programming (Objective C).

im trying to develop a very simple game for now to know and explore my capabilities.

Upvotes: 3

Views: 1564

Answers (1)

Stanislav Ageev
Stanislav Ageev

Reputation: 778

There's two commonly used Chipmunk and Box2D . You might also want to check cocos2d if you're developing a 2d game. Ray Wenderlich got a very nice set of articles about developing games for iPhone, so you might want to check them out too.

Upvotes: 6

Related Questions