An open API service indexing awesome lists of open source software.

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.

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.

![Capture](https://user-images.githubusercontent.com/15817196/93143510-bdd56f00-f705-11ea-99b7-2e97a0010e03.PNG)

### 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