Top "Box2d-iphone" questions

Box2D is a physics engine created by Erin Catto.

Proper Swipe gesture recognizer iOS

I haven't been able to find a tutorial on how to properly setup a gesture recognizer for iOS. I need …

cocos2d-iphone box2d box2d-iphone
Box2d multiple fixtures and positioning

I'm attempting to create a "U" shape in Box2d (in Cocos2d) by joining 3 rectangles like so: |_| It sounds …

cocos2d-iphone box2d box2d-iphone
std::vector in objective c method

Im working in objective C++. The issue I am stuck with is that I need to pass a std::vector …

c++ objective-c objective-c++ box2d-iphone
Box2d elastic rope joint

I'm writing a game, and I need to make up a rope. I maked it by b2RopeJoint, but there …

box2d-iphone
HTML 5 game development tools

Can anybody please guide me with the best engine for game development in HTML5? It is simple jumping and surface …

javascript html box2d box2d-iphone
Lighting and shadows with Cocos2D and Box2D

I am currently developing a game for iPad & iPhone using Cocos2d with Box2d. It would have been …

cocos2d-iphone box2d box2d-iphone
Objective-C++ importing C++ class fails, cassert not found

So I want to publicly expose a Box2D (C++) pointer to other Objective-C++ classes in my cocos2d + box2…

objective-c ios cocos2d-iphone objective-c++ box2d-iphone