We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I did a quick port of the GifAnimation library to make it work with Processing. Here is the link :
https://github.com/01010101/GifAnimation
Thank you.
Thank you!
Kf
thanks indeed, this port is more robust than a similar library for p5.js it seems. Any chance you could bring this into the p5.js range as well?
Something like this 1?: https://GitHub.com/antiboredom/p5.gif.js :-\"
I thought GifAnimation was dead, This post needs more attention
here is an example in version 3.0, pure processing java, no p5.js
Yay!
// https : // forum.processing.org/two/discussion/12737/gifanimation-for-processing-v3 import gifAnimation.*; Gif myAnimation; void setup() { size(1110, 900); myAnimation = new Gif(this, "ec828ffa1181f74b16a33eddbbe26787.gif"); myAnimation.play(); } void draw() { image(myAnimation, 10, 10); }
Hey guys, the github link is dead, does anybody have the v3 library? I've checked pretty much everywhere else and it all leads back to the dead link.
There is a new forum
Please ask there
Linking back to this discussion
See: https://discourse.processing.org/t/gifanimation-library/2229/6
Comments
Thank you.
Thank you!
Kf
thanks indeed, this port is more robust than a similar library for p5.js it seems. Any chance you could bring this into the p5.js range as well?
Something like this 1?: https://GitHub.com/antiboredom/p5.gif.js :-\"
I thought GifAnimation was dead, This post needs more attention
here is an example in version 3.0, pure processing java, no p5.js
Yay!
Hey guys, the github link is dead, does anybody have the v3 library? I've checked pretty much everywhere else and it all leads back to the dead link.
There is a new forum
Please ask there
Linking back to this discussion
See: https://discourse.processing.org/t/gifanimation-library/2229/6