GameFoundry / bsf

Modern C++14 library for the development of real-time graphical applications
https://www.bsframework.io
MIT License
1.74k stars 194 forks source link

2D animation #38

Open BearishSun opened 6 years ago

BearishSun commented 6 years ago

Add support for 2D animation using sheets and bones. Support for Spine and Spriter exported animations.

jychongMidas commented 6 years ago

You might want to consider supporting Creature as well: https://github.com/kestrelm

https://creature.kestrelmoon.com/

In particular, the CreaturePack format is super compact and has very few dependencies.

BearishSun commented 6 years ago

Looks very nice. I agree it's something we should integrate/support.