uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
702 stars 73 forks source link

Improve animation performance⚡️ #210

Closed uezo closed 1 year ago

uezo commented 1 year ago

THIS IS A DESTRUCTIVE CHANGE

Use main loop instead of async/await. This refactoring also brings us improved stability in successive animation chain that includes start, stop and cancel complexly.

The way to play animation is changed in this version.