i am currently searching for a lightweight and easy way to include simple image animation into my project. I am a bit confused that there is no simple way to use gif or sprite based animations in of. The gif addons i tried are not really working and the spritesheet addons are quite complex and have to many features for my needs.
Can you suggest me something which simply loops a sequence of images in an really simple gif style?
I am really confused that there is no native way in OF for that. Or do i miss something?
private:
static const int imagenum = 10; //the total number of images to sequence
int imageno, counter, counterlimit, imagex, imagey;
ofImage image[imagenum];