By: Canthiar
Views: 778 | LoveIts: 11
Description: Experimental Mandelbrot with four parallel calculations.
By: Canthiar
Views: 563 | LoveIts: 3
Description: This is my favorite program to test out new programming languages. The program runs a little slow, but it was more of a learning experience for me to see how Scratch works.
By: Canthiar
Views: 549 | LoveIts: 4
Description: Experimental Mandelbrot with four parallel calculations. I just wanted to see what it would take to speed up my previous Mandelbrot program.
By: Chupi
Views: 508 | LoveIts: 8
Description: USE: Set the pixel size and maximum iteration count with the sliders, and hit the green flag go. -Big pixels make the picture blockier, but doubling the pixel size quadruples speed. -Fewer iterations give less detail toward the inside and (because of the color scaling) make more abrupt color changes ... show more
By: skwirrel
Views: 328 | LoveIts: 4
Description: Most of the key constants are defined in the block at the very top of the script for sprite2. I've increased the max iterations and also refined the resolution. As a result it took ALL DAY to compute this picture!! TODO: Interactive zoom ?! Have fun!
By: Fractal
Views: 260 | LoveIts: 10
Description: *** Now with faster Zoom feature *** This is a Mandelbrot fractal generator program with a zoom feature. Instructions are presented to you as you use the program - just wait a while and a reminder will pop up. When this program is started you are presented with a view of nearly the entire fractal. A ... show more
By: skwirrel
Views: 253 | LoveIts: 2
Description: Most of the key constants are defined in the block at the very top of the script for sprite2. TODO: Make pen square to remove white dots Interactive zoom ?! Have fun!
By: toontownmiser
Views: 241 | LoveIts: 2
Description: This was to see if I could actually figure out how to make a mandelbrot. I guess it worked. If you want to increase the resolution, you'll have to download it. :( Currently the program is at: Pen size = 5 Color Depth = 16 press space to start
By: rogerattrill
Views: 238 | LoveIts: 2
Description: A simple generator for the mandelbrot set - a fractal which often forms the starting point of many peoples first explorations into the beautiful world of fractals. This project (slowly) creates an image of the basic top level mandelbrot set. Although the potential exists to develop this further and ... show more
By: lasica
Views: 150 | LoveIts: 0
Description: Second attempt at mandelbrot drawing. This one's faster but less detailed.