• Runtimes
  • Ruby runtime & RPG Maker VX Ace

I saw that there's a Ruby runtime for Spine, and RPG Maker VX Ace uses Ruby as scripting language. Now I'm wondering if that automatically implies that Spine is compatible with RPG Maker?

Related Discussions
...

Probably not automatically. Ruby is only a programming language. RPG Maker likely has APIs you would need to use to perform the rendering. This is how the official generic Spine runtimes work for C, C#, JavaScript, Lua, etc. The generic runtime does most of the work, you just need to implement rendering.