Skip to content

gre-v-el/Mandelbrot-and-Julia-sets-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot and Julia Sets split-view explorer

Try it here.

screenshot screenshot screenshot screenshot screenshot

Features

  • Controls:

    Action Description
    LMB drag pan around
    RMB click/drag on Mandelbrot set choose the c value for Julia set
    scroll zoom
  • Properties inspector:

    Value Description
    Iterations Changes the number of max iterations in rendering and hence the quality of the image
    Julia Set Interpolation Interpolates the c value of Julia set between the chosen one and the pixel value
    Power Changes the original z2+c into zx+c (x can be fractional and negative)
  • Pickover stalk rendering.

  • Rendering a high definition image to a file.

Technologies

  • html + js + css
  • three.js
  • glsl