Skip to content

Brochin5671/math-beauty

Repository files navigation

Escape Fractal Viewer

Overview

Website displaying escape fractals such as the Mandelbrot Set, Burning Ship fractal set, Tricorn Set and the Multibrot Set along with respective Julia Sets for each listed. Camera and draw controls available for adjusting position, zoom, iterations and coloring used. Written in plain JavaScript and HTML/CSS along with Bootstrap for styling assistance. There are also some tests included to ensure any changes to algorithms don't break.

How to Run It

  • Clone the repository:
git clone https://github.com/Brochin5671/math-beauty.git
  • Install dependencies and run the application
npm ci
npm start
  • The application will be available at localhost:3000