{"id":28482278,"url":"https://github.com/rasagy/loopimation","last_synced_at":"2026-01-31T17:02:07.602Z","repository":{"id":71686437,"uuid":"238469251","full_name":"rasagy/loopimation","owner":"rasagy","description":"Loop-imation is a short set of examples of building looping geometric animations in p5.js","archived":false,"fork":false,"pushed_at":"2021-04-05T04:31:11.000Z","size":1684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T07:48:13.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rasagy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-05T14:27:18.000Z","updated_at":"2021-04-05T04:31:12.000Z","dependencies_parsed_at":"2023-02-23T13:31:30.414Z","dependency_job_id":null,"html_url":"https://github.com/rasagy/loopimation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rasagy/loopimation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasagy%2Floopimation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasagy%2Floopimation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasagy%2Floopimation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasagy%2Floopimation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasagy","download_url":"https://codeload.github.com/rasagy/loopimation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasagy%2Floopimation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28948356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-07T20:09:41.911Z","updated_at":"2026-01-31T17:02:07.596Z","avatar_url":"https://github.com/rasagy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ➰ loop-imation ➰\n\nLoop-imation is a set of examples of building looping geometric animations in p5.js, first used for a short workshop by Rasagy Sharma at Processing Community Day 2020 in Bengaluru (India).\n\n# Slides\n[Available on Google Slides](https://docs.google.com/presentation/d/e/2PACX-1vQJ2FKo1CLBtGffSHj2aE4EBIf03Ypnez-5IFmkS1d3HTPRUNG1xWNm89dZWwrwg8izVesFusXBuzhf/pub?start=false\u0026loop=false\u0026delayms=60000)\n\n# Evaluating other looping animations\n1. _Why_ is this a loop?\n2. _When_ does it loop? \n3. _How_ does it loop? \n\n# Code examples (Opens in P5.js Web Editor)\nYou can find all the starter codes in [this neat P5 collection](https://editor.p5js.org/rasagy/collections/DRw2rbHnP).\nBuilt using the delightful [p5.createLoop library](https://www.npmjs.com/package/p5.createloop).\n\n## 1. Start from nothing, make something \u0026 eventually fade to nothing\n[Fade \u0026 grow\n![Circle growing \u0026 fading out](https://github.com/rasagy/loopimation/raw/master/GIFs/grow-linear.gif)](https://editor.p5js.org/rasagy/sketches/GuP-GQRo)\n--\n[Fade \u0026 grow with a sin() function\n![Circle growing \u0026 shrinking](https://github.com/rasagy/loopimation/raw/master/GIFs/grow-sin.gif)](https://editor.p5js.org/rasagy/sketches/kTup9G63)\n--\n## 2. Enter \u0026 Exit [the canvas]\n[Enter \u0026 Exit\n![Enter \u0026 Exit with sin()](https://github.com/rasagy/loopimation/raw/master/GIFs/enter-exit.gif)](https://editor.p5js.org/rasagy/sketches/w4oJFLRJ)\n--\n## 3. Anchor frame\n[One Circle revolving\n![Circle revolving](https://github.com/rasagy/loopimation/raw/master/GIFs/revolve.gif)](https://editor.p5js.org/rasagy/sketches/WNB4e4mB)\n--\n[Lots of circles\n![8 circles revolving](https://github.com/rasagy/loopimation/raw/master/GIFs/revolve-set.gif)](https://editor.p5js.org/rasagy/sketches/-dTQTaf0)\n--\n\n# References\n1. [Golan Levin’s lecture with historical context](https://github.com/golanlevin/lectures/blob/master/lecture_loops/README.md)\n2. [Dan Shiffman’s Coding Train video on making looping animations](https://youtu.be/nBKwCCtWlUg)\n3. [Bees and bombs by Dr. Dave Whyte](https://beesandbombs.tumblr.com/)\n4. [Saskia Freeke’s daily art](https://sasj.tumblr.com/)\n\n# Contribute\nHave an idea? Made some interesting loops using p5.createLoop? Add an issue/send a PR!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasagy%2Floopimation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasagy%2Floopimation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasagy%2Floopimation/lists"}