keshav2010 / ProtoAnimator

A Small keyframe based animator tool for designing rough 2D sprite-based animations quickly for presentation purposes.
MIT License
4 stars 0 forks source link

Ability to view Animation (play/pause) within the application #15

Closed keshav2010 closed 5 years ago

keshav2010 commented 5 years ago

"AnimationDriver" class that is responsible for playing the animation at a specified frame rate. Currently implemented as follow

  1. The class "AnimationDriver" relates to class "FramesEditor" via "has-a" relationship.