Fractals

Fractals

The Koch Curve in C++, using graphics.h BGI library

Diagram of the Koch curve: “Starting from a segment which is divided into three equal parts. The central part is…

Read More »
Fractals

Mandelbrot fractal explorer in C++ (DMandel), using graphics.h BGI library

At the request of several friends, I upload this program that diagrams the Mandelbrot set, using a short, simple and…

Read More »
Fractals

Fractal explorer in C++ (Fractal X), using graphics.h BGI library

Mandelbrot’s Beetle Fractal Plotter Graphics the mandelbrot set in a resolution of 320x200x256, has mouse zoom, fractal animation with color…

Read More »
Back to top button