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?
Ruby runtime & RPG Maker VX Ace
- 수정됨
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.