Data-driven animation states
- by user8363
I'm trying to handle animations in a 2D game engine hobby project, without hard-coding them. Hard coding animation states seems like a common but very strange phenomenon, to me.
A little background: I'm working with an entity system where components are bags of data and subsystems act upon them. I chose to use a polling system to update animation…