maxgribov / Spine

Unofficial Spine runtime Swift library, allows you to play animations created in the Spine app (http://esotericsoftware.com).
MIT License
183 stars 36 forks source link

Is it possible to integrate Spine animation effects on the widget #59

Open Mh-code-png opened 8 months ago

Mh-code-png commented 8 months ago

Is it possible to integrate Spine animation effects on the widget

maxgribov commented 8 months ago

I am not very familiar with the WidgetKit's API yet. But as I can see Widget can use SwiftUI views. So yes, so you can just use SpriteView and load SKScene to it with the Spine animated content.