DragonBones / DragonBonesCPP

DragonBones C++ Runtime
MIT License
396 stars 228 forks source link

How to detect collision by Box2D physics? #73

Open kameal opened 9 years ago

kameal commented 9 years ago

Hi there! Excuse me! Can you show me how to detect collision by Box2D physics or how to use function boundingbox() to detect collision. i saw that coordinate of the Armature and the ArmatureNode are not same. So, we need to convert it to same coordinate, is it right? Why don't we intergration the Box2D lib into Armature to use it? Sorry. I'm not good at English dear.

aseem2625 commented 7 years ago

@superlancelot I also need to know, how to use Physics, DragonBones and cocos2d-x together.

@kameal You got any success with it?