rainyt / openfl-spine

Supports Spine renderer versions 3.8 to 4.2 on OpenFL
MIT License
18 stars 6 forks source link

Renderer for Starling #4

Closed flashup closed 5 years ago

flashup commented 5 years ago

Hi! Great work! Are you going to create renderer for openfl/starling library?

rainyt commented 5 years ago

Oh, sorry, Starling is not used in my project and I may not have time to deal with it. But I guess there is Mesh support in Starling 2.0, it should be easy to implement rendering.

flashup commented 5 years ago

I tried to implement it. But spine-hx uses java version of spine and official runtime for starling uses as3 version of spine. And they are have some differences for some reason. And I'm not sure which one is newer...

rainyt commented 5 years ago

You can use the hexe file generated by spine-hx, which is generally close to the latest. It has generated a version 3.6 in spine-hx.

flashup commented 5 years ago

Ok, thanks.