GiovaniValdrighi / SVG_Fractals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG Fractals

Final project for the discipline of Introduction to Computer Graphics at the undergraduate course of Applied Mathematics at EMAp FGV. Implementation of simulation of different fractals that can be visualized while being generated. A fractal can be described as a structure that repeats itself infinitely. It uses SVG to represent the shapes on the screen and contains different interactivity options. It is available at the link.

SVG Fractals

Files organization

The files of the project are separated in the following folders:

  • docs/: contains HTML files of the web page, and the Javascript code for the simulation of the fractals.

Requirements and How to run

All the implementations were made with Javascript with the intent to be used by any user that has not contact with programming, so to run you just need to access the web page.

Reference

About