IonutArhire / JS-Fractals

Fractals written in javascript with customizable properties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-Fractals

JS-Fractals is a project I started in my third year of computer science for a computer graphics course and is based entirely on javascript.

The repository contains different fractals that each have their own customizable properties that the user can interact with through a basic html interface.

To run a fractal, simply open the index.html of the folder with the same name.

Fractals

Mandelbrot Set

Abbreviated to "Mbrot" for efficiency.

There is a problem where the colors become faded (as seen in the screenshot) on random runs. If you can pinpoint the cause please tell me

mbrot

Sierpinski Carpet

sierpinski-carpet

About

Fractals written in javascript with customizable properties.


Languages

Language:JavaScript 72.8%Language:HTML 24.1%Language:CSS 3.1%