Using the center coordinate and zoom factor to draw the following Mandelbrot Set visualizations. Source Code:
Using the center coordinate and zoom factor to draw the following Mandelbrot Set visualizations. Source Code:
Write a Python program to generate 1000+ images of Mandelbrot Set with ever zooming ranges. Please note that Turtle is not used in this project for speed consideration. Then use
Write a Python program to generate hundreds of images of Julia Set with ever zooming ranges. Please note that Turtle is not used in this project for speed consideration. Then
In this project, we are generate several Julia Sets by varying the constant c in the normal Julia Set function. Turtle will be too slow to do this work. Instead
In this project, we are going to animate the Julia Set by varying the constant c in the normal Julia Set function. Turtle will be too slow to do this
In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star
In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star
We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer.
Based on petaflake fractal, color it with colorsys library. Source Code:
Just for fun, draw a colored version of spiral of spirals using the colorsys library. Source Code: (This may a few minutes)