SVG rendering and animation library for Cocos2dx

Hi everyone!

I’m looking for a vector graphics (SVG) rendering library with animation option, that can work on all supported by Cocos2dx platfofrms.

Do anybody one good one?

Check this out

Some developers have tried to integrate it to cocos2d-x

Thanks, trying to add it to cocos2dx now.

I also tried to compile cairo 2d lib, but on ios there problems with compiling ARM Neon assembler files. For Android I built it, but the problem that I didn’t understand is cairo support runtime define of NEON support. If not it seems Android devices with Nvidia processors (that don’t have NEON) will crash, so I just didn’t check that.

And I have success with NanoVG install in cocos2dx (used that example that you provided), but still working to integrate it with something like Sprite type node.

Thanks a lot, it was very helpful :smile:

I believe you can safely disable NEON on iOS

@Igor any luck using NanoVG or any other library both with Android & IOS? I’m also interested in this!

Thanks

1 Like