I am currently doing some work in cocos2d-x and am thinking about using their box2d implementation for things like collision detection (but not necessarily response), range detection, and other things like that, which are not strictly physics based.
Is it worth doing this? or would I be better off just writing a simple system that does checks based on location/size of my objects?