Saturday, July 28, 2012

JavaScript Mandelbrot set Fractal

Hello Everyone!
To expand my "Build Fractals" Corner I've Taken from RosettaCode the code for the Mandelbrot set fractal.

I know it seems like I'm just copying others code, but I'll Post my original code soon.
So here is the link http://rosettacode.org/wiki/Mandelbrot_set

Iv'e taken the code from there, and i claim no rights on this code or whatsoever.
(To zoom change min and max!)



Mandelbrot set
    
  
 
  
    

Mandelbrot set

xmin = xmax =
ymin = ymax =
iterations =
This page needs a browser with canvas support.
Mandelbrot set

Mandelbrot set

xmin = xmax =
ymin = ymax =
iterations =
This page needs a browser with canvas support.

Thursday, July 19, 2012

JavaScript Tree Fractal

Hello Everyone! Today we are going to discuss one of the most simple and beautiful fractals there is, the Tree Fractal!
Algorithm (very simple one):
1. Draw a line
2. From the end of that line draw another two lines, that are split by an angle
3. Repeat with shorter lines, but with the same angle
 Now, I've taken a code from http://rosettacode.org/wiki/Fractal_tree , and made some changes in it so you can have the opportunity to create your own tree fractal right here in the site,
So Here Is The JavaScript Code:


Just enter the parameters(angle and depth) and it will create you the tree(credit for rosettacode):
BEWARE - to much depth will get your browser stuck!
Angle: Depth:            
 

Tuesday, July 10, 2012

The Future of the Internet

Hello Everyone, haven't published in a while(Sorry For That). Yesterday I came across with this video about the future of the internet. I find this video to be very interesting, so I decided to bring it to you.
 So here is the video, Enjoy (: