top of page

Kinetic Generative Art Tutorial

  • Writer: Pierre Paslier
    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.


710 Comments


Rahul Jain
Rahul Jain
8 hours ago

Appreciate this informative blog! It reminded me of my visit to a local pottery studio, where I learned how much skill and creativity go into every handmade piece. Studios like ClayandGlaze truly keep this beautiful art form alive.

Like

Aria Mark
Aria Mark
9 hours ago

http://whatchats.com/AriaMark

http://www.secretclassifieds.com/author/ariamark/

http://www.gigtry.com/profile/aria_mark

http://numer.ai/~ariamark

http://xtremepape.rs/members/ariamark.603904/#about

http://mykith.com/profile-10212-aria1074

http://participation.u-bordeaux.fr/profiles/ariamark/activity

http://www.claimajob.com/profiles/7422632-aria-mark

http://www.seoinpractice.com/viewuser.html?userid=49c69994bd07f982b10d5bb51932aac4

http://globalhealthtrials.tghn.org/community/members/1275704/

http://freead1.net/ad/6191315/jetblue-airlines-washington-dc-office-18887380817.html

http://www.bulkadspost.com/classifieds/jetblue-airlines-washington-dc-office-1-888-738-0817/

http://raovatonline.org/rao-vat/jetblue-airlines-washington-dc-office-1-888-738-0817/

http://theworldwideads.com/ad/jetblue-airlines-washington-dc-office-1-888-738-0817/

http://adfreeposting.com/en/listing/jetblue-airlines-washington-dc-office-1-888-738-0817

http://FreeAdsOnline.biz/389/posts/3/25/1893605.html

http://fWebDirectory.com/482/posts/3/25/1864833.html

http://Classifieds4Free.biz/393/posts/3/25/1865336.html

http://GetAdsOnline.com/482/posts/3/25/1879193.html

http://FoldAds.com/588/posts/3/25/1870849.html

http://PostHereAds.com/513/posts/5/36/1826958.html

http://www.freewebmarks.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817-2

http://www.letsdobookmark.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817-2

http://social-bookmarkingsites.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817-2

http://www.ybookmarking.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817-2

http://fastbookmarkings.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817-2

http://www.starbookmarking.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817

http://abookmarking.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817-2

http://www.ubookmarking.com/story/jetblue-airlines-washington-dc-office-1-888-738-0817

http://marialsmith.fria.ifokus.se/discussion/1624281/jetblue-airlines-washington-dc-office-18887380817

http://www.stylevore.com/jetblue-airlines-washington-dc-office-18887380817/

http://seo.entireweb.com/reports/217705

http://anonup.com/thread/15894842

http://sg-docs.gogox.com/discuss/690aec030e8b4701ce772005

http://zdravei.bg/post/316850_experience-superior-travel-management-at-the-jetblue-airlines-washington-dc-offi.html

http://followingbook.com/post/588498_experience-superior-travel-management-at-the-jetblue-airlines-washington-dc-offi.html

http://www.wishlist.com/mywish/vLj6aV?page=1&search_string=JetBlue+Airlines+Washington+DC+Office+%2B1%E2%80%93888%E2%80%93738%E2%80%930817&srchtype=sim

http://www.mrclarksdesigns.builderspot.com/board/board_topic/690695/7380374.htm

http://www.thepetservicesweb.com/board/board_topic/2635323/7380375.htm

http://www.tai-ji.net/board/board_topic/4160148/7380376.htm

http://www.milliescentedrocks.com/board/board_topic/2189097/7380377.htm

http://www.wordsdomatter.com/board/board_topic/5204323/7380378.htm

http://www.greencarpetcleaningprescott.com/board/board_topic/7203902/7380379.htm

http://www.freedomteamapexmarketinggroup.com/board/board_topic/8118484/7380381.htm

http://4asdaiprognoza.listbb.ru/viewtopic.php?f=2&t=6068

http://herbalmeds-forum.biolife.com.my/d/313676-jetblue-airlines-washington-dc-office-18887380817

http://paidforarticles.in/jetblue-airlines-washington-dc-office-18887380817-894778

http://ivebo.co.uk/read-blog/194759_jetblue-airlines-washington-dc-office-1-888-738-0817.html

http://sites.google.com/view/ariamark32/home

http://wise-tomato-rz5c78.mystrikingly.com/

http://www.whizolosophy.com/category/communication-skills/article-essay/jetblue-airlines-washington-dc-office-1-888-738-0817

http://magic.ly/AriaMark/JetBlue-Airlines-Washington-DC-Office-+1-888-738-0817

http://diigo.com/0116vdv

http://anotepad.com/note/read/jp5n38wm

http://www.startovac.cz/projects/jetblue-airlines-washington-dc-office-1-888-738-0817-1

http://www.deviantart.com/ariamark/art/JetBlue-Airlines-Washington-DC-Office-1260623963

http://www.sociomix.com/c/stories/jetblue-airlines-washington-dc-office-1-888-738-0817/1762325109

http://www.dropbox.com/scl/fi/wyozw64ua7dh48hcgbnl0/JetBlue-Airlines-Washington-DC-Office-1-888-738-0817.paper?rlkey=psbqlpiuml5ldak85mnq1vy2a&st=zasmxycp&dl=0

http://airlinestickets90.blogspot.com/2025/11/jetblue-airlines-washington-dc-office.html

http://litelink.at/AriaMark

http://linkbio.co/71009093MSRuZ

http://simplywall.st/community/users/f083ccki

http://minecraftcommand.science/profile/ariamark

http://www.telix.pl/author/Aria-Mark/

http://gov.trava.finance/user/ariamark

http://worldvectorlogo.com/profile/aria-mark

http://daybyme.com/ariamark

http://community.uipath.com/u/mwuf2h/#/about

http://careers.coloradopublichealth.org/profiles/7424007-aria-mark

http://freead1.net/ad/6192180/turkish-airlines-doha-office-18887380817.html

http://www.bulkadspost.com/classifieds/turkish-airlines-doha-office-1-888-738-0817/

http://raovatonline.org/rao-vat/turkish-airlines-doha-office-1-888-738-0817/

http://theworldwideads.com/ad/turkish-airlines-doha-office-1-888-738-0817/

http://adfreeposting.com/en/listing/turkish-airlines-doha-office-1-888-738-0817

http://FreeAdsOnline.biz/389/posts/3/25/1894487.html

http://fWebDirectory.com/482/posts/3/25/1865442.html

http://Classifieds4Free.biz/393/posts/3/25/1866020.html

http://GetAdsOnline.com/482/posts/3/25/1879896.html

http://FoldAds.com/588/posts/3/25/1871547.html

http://PostHereAds.com/513/posts/5/36/1827558.html

http://www.freewebmarks.com/story/turkish-airlines-doha-office-1-888-738-0817-2

http://www.letsdobookmark.com/story/turkish-airlines-doha-office-1-888-738-0817-2

http://social-bookmarkingsites.com/story/turkish-airlines-doha-office-1-888-738-0817-2

http://www.ybookmarking.com/story/turkish-airlines-doha-office-1-888-738-0817-2

http://fastbookmarkings.com/story/turkish-airlines-doha-office-1-888-738-0817-2

http://www.starbookmarking.com/story/turkish-airlines-doha-office-1-888-738-0817

http://abookmarking.com/story/turkish-airlines-doha-office-1-888-738-0817-2

http://www.ubookmarking.com/story/turkish-airlines-doha-office-1-888-738-0817

http://marialsmith.fria.ifokus.se/discussion/1624311/turkish-airlines-doha-office-18887380817

http://www.stylevore.com/turkish-airlines-doha-office-18887380817/

http://seo.entireweb.com/reports/217776

http://anonup.com/thread/15895289

http://sg-docs.gogox.com/discuss/690b239c6a8908d267e36a85

http://zdravei.bg/post/316896_the-turkish-airlines-doha-office-offers-exceptional-customer-service-to-traveler.html

http://followingbook.com/post/588957_the-turkish-airlines-doha-office-offers-exceptional-customer-service-to-traveler.html

http://www.wishlist.com/mywish/LZ2zJr?page=1&search_string=Turkish+Airlines+Doha+Office+%2B1%E2%80%93888%E2%80%93738%E2%80%930817&srchtype=sim

http://www.mrclarksdesigns.builderspot.com/board/board_topic/690695/7382153.htm

http://www.thepetservicesweb.com/board/board_topic/2635323/7382152.htm

http://www.tai-ji.net/board/board_topic/4160148/7382170.htm

http://www.milliescentedrocks.com/board/board_topic/2189097/7382173.htm

http://www.wordsdomatter.com/board/board_topic/5204323/7382174.htm

http://www.greencarpetcleaningprescott.com/board/board_topic/7203902/7382175.htm

http://www.freedomteamapexmarketinggroup.com/board/board_topic/8118484/7382176.htm

http://4asdaiprognoza.listbb.ru/viewtopic.php?f=2&t=6078

http://herbalmeds-forum.biolife.com.my/d/313880-turkish-airlines-doha-office-18887380817

http://paidforarticles.in/turkish-airlines-doha-office-18887380817-895074

http://ivebo.co.uk/read-blog/194990

http://sites.google.com/view/ariamark33/home

http://inky-cuckoo-rz5c75.mystrikingly.com/

http://www.whizolosophy.com/category/communication-skills/article-essay/turkish-airlines-doha-office-1-888-738-0817

http://magic.ly/AriaMark/Turkish-Airlines-Doha-Office-+1-888-738-0817

http://diigo.com/0116zq8

http://anotepad.com/note/read/xawmtqc8

http://www.deviantart.com/ariamark/art/Turkish-Airlines-Doha-Office-1260669517

http://pin.it/20moaw89U

Like

Mary Taylor
Mary Taylor
9 hours ago

Struggling with coursework help? Get expert guidance from a trusted  Struggling with academic tasks? Get top-notch Assignment Help UK on trending areas like patient care, mental health, and clinical practices. Plus, use our free plagiarism checker  15,000 words free to ensure originality. Score higher with unique content and professional support every step of the way!

Like

Mary Taylor
Mary Taylor
11 hours ago

Struggling with coursework help? Get expert guidance from a trusted  Struggling with academic tasks? Get top-notch Assignment Help UK on trending areas like patient care, mental health, and clinical practices. Plus, use our free plagiarism checker  15,000 words free to ensure originality. Score higher with unique content and professional support every step of the way!

Like

Stig Tom
Stig Tom
14 hours ago

What a cool and fascinating tutorial! Great post! Thanks for sharing!  Looking forward to reading more of your posts! Nano AI

Like

©2023 by Generative Hut.

bottom of page