Skip to content

johnnyawesome/JuliaSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaSet

The famous Julia Set, coded in P5JS

Three versions

  • The Folder "JuliaSet" contains an array of fixed values for the Julia Set which I consider beautiful. Click the displayed Julia Set to display the next one!
  • The Folder "JuliaSetMouse" contains a version which that lets you move your mouse around, calculating new Julia Sets on the fly, based on the X and Y values of your mouse!
  • The Folder "JuliaSetSliders" contains a third version of the Julia set, combining both above projects: You have a slider for the X-Axis and a slider for the Y-Axis, and a "Calculate"-Button. If your PC is too slow to run the interactive "JuliaSetMouse"-Version, but you still want to input your own values, use "JuliaSetSliders"!

Julia Set

Links

The Mandelbrot Set is very closely related to the Julia Set. Check out this Project for the code.

Mandelbrot Set

Turns out, the Logistic Map / Bifurcation Diagram is also very closely related to the Mandelbrot set. Check out this Project for the code.

Logistic Map