DragonBones / DragonBonesCPP

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

Any Avatar/Skin Example to integrate with cocos2d-x? #140

Open aseem2625 opened 7 years ago

aseem2625 commented 7 years ago

Hi @zrong @superlancelot ,

I've started to learn dragonbones and want to use it in cocos2d-x v3.14. Is there any example, which I can use to integrate with cocos2d-x?

Does DragonBones support Skin/Avatar system with cocos2d-x ? If so, can you please make an example to use with it?

<I am new to DragonBones. So, I am sorry if such questions are not meant to be asked here>

Thank you guys. 😄

superlancelot commented 7 years ago

DragonBones provide api to change slot image、mesh texture and armature texture atlas. See this demo: https://github.com/DragonBones/DragonBonesCPP/blob/master/Cocos2DX_3.x/Demos/Classes/Knight.cpp.