Processing tutorial | Perfect Loop (1) with Sine and Cosine (Creative coding art)

This Processing tutorial video shows how to work with 2d transformations, especially with sine and cosine in Processing to create a perfect loop animation. This approach is very useful, especially when animations are exported into a GIF. This Processing animation uses mainly trigonometry functions with a for() loop with a line. Additionally, the tutorial shows how to make a quick introduction effect. 0:00​ Introduction 0:19​ Start coding of a perfect loop with a line 1:19​ Let’s design the end points of the line 2:15​ Short introduction effect with sine and cosine 2:58​ Outro
Back to Top