DragonBonesCPP icon indicating copy to clipboard operation
DragonBonesCPP copied to clipboard

DragonBones C++ Runtime

Results 42 DragonBonesCPP issues
Sort by recently updated
recently updated
newest added

Please correct in JSONDataParser.cpp: 1. Line 1674: `std::round(` to `::round(` , because not for all Android NDK, cannot be compiled. 2. Line 1965: `textureAtlasData.height = _getNumber(rawData, WIDTH` to `textureAtlasData.height =...

建议添加SFML游戏引擎的支持

i see dragon bone is free and open source , im looking up source in github, where is it? i cant find DragonBone Pro source code

I noticed that at the moment the library doesn't support curve animation. Do you plan to add this?

cocos2x : 3.14.1 platform:win32 IDE: vs2015 My English is not very good. In win32 , i have encountered a problem in which the animation can not be played. But iOS...

do you have plan to support cocos2d-js ? I hope you support it thanks

Here is a test case which can reproduce the problem: FadeIn is crashed on Windows.

I have intermidiate level knowledge of C/C++ and i would like to contribute. Is there any thing i can help with ?

C++下的2D图形库如此之多,什么时候能支持SFML,SDL之类的,现在用的太痛苦了。

Hi, I've just implement a test case for replace skin. It reference this example: http://developer.egret.com/cn/example/egret2d/index.html#160-db-change-disp But here is a problem about the test case: the position of the skin replaced...