Kinetic Generative Art Tutorial
- Pierre Paslier
- Jun 3, 2023
- 2 min read
Tutorial Intro
Welcome to this tutorial where we're going to explore the mesmerizing world of generative art, inspired by the kinetic sculptures of artists like Reuben Margolin. We'll use p5.js, a powerful JavaScript library that makes coding visual and interactive elements on the web accessible to everyone.
Our goal is to create a digital artwork with a series of rotating pendulums, each varying in speed and size, to simulate the motion seen in kinetic sculptures. The final result is a beautiful, ever-changing pattern that reflects the dynamic essence of kinetic art.
This tutorial is beginner-friendly, so don't worry if you're new to p5.js or programming in general. We'll walk through each line of code step by step, explaining the concepts as we go along.
By the end of this tutorial, not only will you have created a piece of generative art, but you will also have gained a deeper understanding of loops, arrays, and object-oriented programming in p5.js. You'll be equipped with the knowledge to create your own unique generative artworks. So, let's dive in and start coding!
Generative Art Code
let pendulums = [];
let pendulumCount = 40;
function setup() {
createCanvas(windowWidth, windowHeight);
for(let i = 0; i < pendulumCount; i++){
pendulums[i] = new Pendulum(i);
}
}
function draw() {
blendMode(NORMAL);
background(255 );
translate(width / 2, height / 2);
for(let i = 0; i < pendulumCount; i++){
pendulums[i].display();
pendulums[i].update();
}
}
class Pendulum {
constructor(n){
this.angle = 0;
this.angleSpeed = 0.01 + n * 0.004;
this.radius = 30 + n * 6;
}
update() {
this.angle += this.angleSpeed;
}
display(){
let x = this.radius * cos(this.angle);
let y = this.radius * sin(this.angle);
stroke(0,100);
line(0, 0, x, y);
fill(0);
ellipse(x, y, 5, 5);
}
}
That's it! Hope you've enjoyed learning about this particular piece and make sure to check out the other free tutorials on generativehut.com.
Khelraja is a dynamic online gaming platform that brings unmatched excitement in online casino, betting, and lottery. Known for its engaging gameplay and rewarding features, Khelraja offers players endless opportunities to win and enjoy. With special rewards like Free Spins Coin Master, users get extra chances to explore thrilling slot games while enhancing their gaming journey. Secure transactions, a user-friendly interface, and exciting promotions make Khelraja the perfect destination for those who love gaming, entertainment, and real rewards.
Beschaffungsprozessoptimierung: Risiken reduzieren mit Lösungen von facura.de
Im heutigen wettbewerbsintensiven Geschäftsumfeld stehen Unternehmen unter ständigem Druck, Kosten zu senken, die Effizienz zu steigern und die Widerstandsfähigkeit ihrer Lieferketten aufrechtzuerhalten. Eine der wirksamsten Möglichkeiten, diese Ziele zu erreichen, ist die Optimierung von Beschaffungsprozessen. Wir bei facura.de sind darauf spezialisiert, Unternehmen zu intelligenteren, datengesteuerten und effizienteren Beschaffungspraktiken zu führen, die messbare Ergebnisse liefern.
Beschaffungsprozessoptimierung verstehen
Beschaffungsprozessoptimierung bezeichnet die strategische Verbesserung jeder Phase des Einkaufs – von der Lieferantenauswahl und -verhandlung bis hin zum Vertragsmanagement und der Bezahlung. Anstatt die Beschaffung als reine Verwaltungsfunktion zu betrachten, erkennen zukunftsorientierte Unternehmen sie als wichtigen Treiber für Rentabilität, Compliance und langfristiges Wachstum.
Durch den Einsatz von Technologie, Analysen und optimierten Arbeitsabläufen können Unternehmen manuelle…
https://www.fresnonewspost.com/profile/taxlegitcahttps://www.washingtonnewsalert.com/profile/taxlegitcahttps://www.bipbiz.com/profile/taxlegitcahttps://www.forthworth24.com/profile/taxlegitcahttps://inspired-idiots.mn.co/members/34675641
https://demo.wowonder.com/ngoexperts/https://www.harimajuku.com/profile/ngoexpertsca21140/profilehttps://network-2205097.mn.co/posts/step-by-step-guide-for-darpan-ngo-registration-processhttps://www.raleighnewstoday.com/step-by-step-guide-for-darpan-ngo-registration-processhttps://shivambhu-hut.mn.co/posts/step-by-step-guide-for-darpan-ngo-registration-process
https://bisshogram.com/read-blog/1885https://enkling.com/read-blog/18412https://theprome.com/read-blog/19544https://likeminds.fun/read-blog/48325https://tilburg.solvproducts.nl/read-blog/15408