• Runtimes
  • Visual Studio Community?

Hello.I love the spine software, but however, I want to use my animations on visual studio community and not other engines. Any way possible?

Related Discussions
...
  • Изменено

Visual Studio Community is an IDE for various languages, including C++, which I assume you want to use? If so, then you will have to create your own rendering, window, input, sound, networking, etc. code. When it comes to Spine, you want to use spine-cpp with your own "engine". The doc should have everything you need to implement Spine support in your own engine.

Ok cool. So just implement spine-cpp into my engine?

Yes.