Coding Challenge #81.2: Circle Morphing - Part 2
In this multi-part challenge, I implement two possible solutions to Golan Levin's Circle Morphing challenge. Code: https://thecodingtrain.com/challenges/81-circle-morphing
p5.js Web Editor Sketches:
πΉοΈ Circle Morphing - Part 1: https://editor.p5js.org/codingtrain/sketches/r9AhwHO9o
πΉοΈ Circle Morphing - Part 2: https://editor.p5js.org/codingtrain/sketches/muq_AnqEu
Other Parts of this Challenge:
πΊ Circle Morphing - Part 1: https://youtu.be/u2D4sxh3MTs
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π Golan Levin's GitHub repo on Circle Morphing: https://github.com/golanlevin/circle-morphing
Videos:
π₯ Polar to Cartesian Coordinates: https://youtu.be/O5wjXoFrau4
π₯ Golan Levin's Modulo Operator video: https://www.youtube.com/watch?v=r5Iy3v1co0A
π₯ Golan Levin's Circle Morphing Challenge: https://www.youtube.com/watch?v=mvgcNOX8JGQ
π΄ Live Stream Archive: https://youtu.be/ldx_J589fcs
Related Coding Challenges:
π #163 BΓ©zier Curves: https://youtu.be/enNfb6p3j_g
Timestamps:
0:00 Introduction--we will implement another circle morphing algorithm
1:30 What if we start deleting points from the circle path?
7:18 Attach a property called active
10:40 Delete points from the active list
12:32 Can you implement a different circle morphing algorithm?
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
#golanlevin #interpolation #circlemorphing #polarcoordinates #javascript #p5js