animation manager
typedef struct dg_animator { dg_animation_t **animations; char **keys; int length; int current; float time; } dg_animator_t;