Coding Challenge #135: Making a GIF Loop in Processing
In this tutorial, I demonstrate how to render a sketch into a perfect, looping GIF with Processing (Java). Code: https://thecodingtrain.com/challenges/135-making-a-gif-loop-in-processing
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/Hk6RTHBCl
π₯ Previous video: https://youtu.be/oUBAi9xQ2X4?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Next video: https://youtu.be/ZI1dmHv3MeM?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π Daily Art: http://sasj.tumblr.com/
π Bees & Bombs: https://beesandbombs.tumblr.com/
πΎ Loop Templates: https://github.com/golanlevin/LoopTemplates
π Easing Function: https://easings.net/
π EZGIF: https://ezgif.com/
Videos:
π΄ Livestream Archive: https://youtu.be/_xa87yl0nd4
Related Coding Challenges:
π #136 Polar Noise Loops: https://youtu.be/ZI1dmHv3MeM
π #137 4D OpenSimplex Noise Loop: https://youtu.be/3_0Ax95jIrk
Timestamps:
0:00 Introducing today's topic: GIF loops
3:04 Core idea of loop
5:29 Sketch on paper first
6:28 Easing functions
9:19 Use saveFrame() to save images to a folder
13:00 Upload images to EZGIF and stitch images together
15:50 Create a record variable
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
π Website: http://thecodingtrain.com/
πΎ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
π© Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
π‘ GitHub: https://github.com/CodingTrain
π¬ Discord: https://discord.gg/hPuGy2g
π Membership: http://youtube.com/thecodingtrain/join
π Store: https://standard.tv/codingtrain
ποΈ Twitter: https://twitter.com/thecodingtrain
πΈ Instagram: https://www.instagram.com/the.coding.train/
π₯ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
π p5.js: https://p5js.org
π p5.js Web Editor: https://editor.p5js.org/
π Processing: https://processing.org
π Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#gifloop #ezgif #processing