bendmorris / spinehaxe

Spine runtime for Haxe 3. Based on current AS3/libgdx runtimes.
Other
64 stars 28 forks source link

Openfl version #23

Closed bmfs closed 7 years ago

bmfs commented 7 years ago

Which openfl version is supported?

bendmorris commented 7 years ago

Good question. Right now the OpenFL renderer is referencing Tilesheet which was removed in OpenFL 4. Looks like it's only using constants though, so it shouldn't be too hard to remove.

bendmorris commented 7 years ago

Just pushed an update tested to work with the latest OpenFL/Lime versions, NME, and flash. Unfortunately it seems OpenFL removed support for color from drawTriangles, so there's no longer color support in the reference renderer when using OpenFL.