I’m exploring the possibility to use Spine for my new app. I have a pretty ambitious use case and I think it could be a match, but I fear something might be missing so I decided to ask directly.
I want to let my users create custom avatars through my React Native app. This is the first question. Will users be able to swap body parts and see the result in real time in a runtime there? I see there is no official runtime for React Native.
Once the user is happy with their choice, I want to export a Json or a binary file of their customized avatar - this should be no problem if we got the runtime running, I guess.
What worries me is the next step. I want to then apply these avatars into animated scenes or still images that I would prepare in Spine beforehand, and export the result as image or video. All this automatically on my server.
Is that possible? I didn’t find any exhaustive documentation of a renderer running in my server to enable such automation.
Thanks ahead!