Julia Set in Processing
Coding Challenge #22
In this coding challenge, I program from the Julia Set fractal in Processing (Java).
Community Contributions
- Julia set with Mandelbrot map in p5.js by Christian Frauscher (Source Code)
- Mandelbrot and Julia Sets in WEBGL by William Magalhães (Source Code)
- Mandelbrot-Julia sets relationship explorer by Carlos Ponce (Source Code)
- Julia & Mandelbrot Sets of Different Functions in WebGL by Elizabeth Hudnott (Source Code)
- P5 Julia Set Explorer by Raime Carroll (Source Code)
- Oscillating Julia set by M87K452b(Harivinay) (Source Code)
You can also add your own version! (See how)
Links discussed in this coding challenge
- Wikipedia on Julia Set
- Julia Set page by Paul Bourke
Videos discussed in this coding challenge
- Coding Challenge: Mandelbrot Set by The Coding Train