frag icon indicating copy to clipboard operation
frag copied to clipboard

Spine runtime for FRAG

Open zacharycarter opened this issue 7 years ago • 0 comments

2 options being explored -

  1. Wrap existing C Spine runtime
  • Will force us to include Spine runtime license with project, but project can be optionally included with FRAG so FRAG can stay spine runtime license free
  • Faster and easier
  1. Write our own runtime
  • Not fast, not easy
  • WIP atm, working on parsing skeleton and texture atlas data
  • Will need extensive testing to verify results against spine samples

Out of the two options, I'm much closer to achieving # 1. I think if I took another shot at creating bindings I could probably have something working in a day or two.

`# 2 is more appealing though, so I'm working on that. If I encounter roadblocks I may switch back to # 1.

zacharycarter avatar Mar 28 '17 03:03 zacharycarter