Skip to content

nathsou/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newton Fractals

Interactive Newton fractals renderer in WebGL

Click to try

Features :

  • Pan and zoom freely (both on desktop and touchscreens)
  • Custom function input
  • Click anywhere to draw sucessive approximations starting at the mouse position

z^3 - 1 z^3 - 1

z^log(z + i) - 1 z^log(z + i) - 1

z^z - 2 z^z - 2

z^3 - 2 * z + 3 z^3 - 2 * z + 3