Coding Challenge #22: Julia Set in Processing
In this coding challenge, I program the Julia Set fractal in Processing (Java). Code: https://thecodingtrain.com/challenges/22-julia-set
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/G6qbMmaI
π₯ Previous video: https://youtu.be/6z7GQewK-Ks?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Next video: https://youtu.be/ksRoh-10lak?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π Wikipedia on Julia Set: https://en.wikipedia.org/wiki/Julia_set
π Julia Set page: http://paulbourke.net/fractals/juliaset/
Videos:
π Coding Challenge: Mandelbrot Set: https://youtu.be/6z7GQewK-Ks
Related Coding Challenges:
π #21 Mandelbrot Set with p5.js: https://youtu.be/6z7GQewK-Ks
π #168 The Mandelbulb: https://youtu.be/NJCiUVGiNyA
Timestamps:
0:00 Introducing today's coding challenge: the Julia set
0:40 Review of the Mandelbrot set
4:51 The Julia set
7:16 Adjust code to include a particular Julia set
10:07 Use mouseX, mouseY to see all the different Julia sets
12:30 Add sine wave to animate
14:42 Add color by changing the color mode to HSB
16:45 Use zoom to animate
17:56 Thanks for watching!
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
#juliaset #mandelbrotset #fractal #complexnumber #processing