Spriter for Cocos2d-HTML5

Spriter : an intuitive 2D animation tool to make extraordinary animations for video game makers.
Is there any tool to export the animations made by Spriter into Cocos2d-Html5??
Is there anyone working on this tool?? or any news about it for HTML5??

Doesn’t anyone know any thing about this Spriter thing for Cocos2d-HTML5 ??

I have never used the Spriter, but it looks powerful.

I am glad to try it.

Shun Lin wrote:

I have never used the Spriter, but it looks powerful.
>
I am glad to try it.

Is there any tool I can use to integrate the animations I make with Spriter to the Cocos2d-HTML5 ??
I’m making a HTML5 game and I want to make animations with the Spriter and integrate them into the game. Any help ??

The problem is, that the Developers of Spriter do not make the plugins for game Engines.

They just give everyone the fileformat and hope the comunity will code plugins for their own engines.

It won’t be too easy, because you’ll have to make bone animations, as well as other features that will come later.

Someone started coding an plugin for cocos2dx, but last update is 09.14.

http://www.brashmonkey.com/forum/viewtopic.php?f=3&t=870

Someone could take this over and “finish” it.

Edit 1:
This will get a better start maybe:
http://code.google.com/p/scml-pp/

Amr Alassal wrote:

Doesn’t anyone know any thing about this Spriter thing for Cocos2d-HTML5 ??

Hi all!

This is my first post here in Cocos2d-X :slight_smile:

I ported a C++ Cocos2d-X parser for Spriter to Cocos2d-html5. You can find it at http://www.brashmonkey.com/forum/viewtopic.php?f=3&t=11021.

Take a look a simple example here http://users.salleurl.edu/~tm19139/spriter_cocos2d-html5/examples/basic_example/

I hope someone finds this useful and some can contribute to the github project. There are still lots of things to do.

1 Like

Can we please revive this thread :smile:
This parser will be invaluable for the HTML5 community.