No – editor is fine š I meant my demo application – but seems like I have fixed that problem.
Regards
P.
I have spend some time recently updating my Qt implementation with some more features and to achieve the final visual effect similar to the one in the editor. Thanks to the Blitz implementation I fixed grayscale image conversion, frame animations, blending etc.
Additionally:
* eff files are opened directly
* atlas texture is automatically generated (there is an atlas viewer in the application)
* you can iterate over several atlas resolutions (512, 1024, 20148px)
* animations are generated to separated Framebuffer
It happens that application is crashing when switching between effects – seems like something is not fully cleared when I loading new effect.
Regards
Pawel
Hello
Based on Marmalade loader I have prepared a version for Qt. Repository is here:
https://github.com/ppiecuch/timelinefxcplusplus
Regards
Pawel