https://github.com/keshav2010/protoanimator
A Small keyframe based animator tool for designing rough 2D sprite-based animations quickly for presentation purposes.
https://github.com/keshav2010/protoanimator
animation animation-tools cpp keyframe-animation qt4
Last synced: about 1 year ago
JSON representation
A Small keyframe based animator tool for designing rough 2D sprite-based animations quickly for presentation purposes.
- Host: GitHub
- URL: https://github.com/keshav2010/protoanimator
- Owner: keshav2010
- License: mit
- Created: 2018-01-27T00:28:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T22:15:23.000Z (over 5 years ago)
- Last Synced: 2025-01-01T16:27:42.787Z (over 1 year ago)
- Topics: animation, animation-tools, cpp, keyframe-animation, qt4
- Language: C++
- Homepage:
- Size: 188 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README #
ProtoAnimator is a tool for making 2D Animations using sprites/images. Right now, you can import images and apply basic transformation to them, i.e rotation, scale and position change, once animation is ready, you can export it as GIF. This project is just for learning purposes.

### Track Progress ###
Go to "Projects" tab to track project status.
### Third Party libraries ###
1. [QtGifImage](https://github.com/dbzhang800/QtGifImage) : A Wrapper Library that abstracts away the core libgif library and provides an interface well suited for qt applications