Skip to content

jonathan-potter/Mandelbrot

Repository files navigation

Mandelbrot

SUMMARY:

Mandelbrot is a fractal rendering project built to generate images of the Mandelbrot Set. It allows the user to zoom by clicking.

Instructions:

npm install
webpack-dev-server

open http://localhost:8080/ in your browser.

Recommended Packages to Globally Install

  • babel-eslint
  • webpack-dev-server

Advanced Features

settings that can be activated by modifying the query string directly

  • (setting_name): (default_value) (description)
  • iterations: (256) iteration depth for the Mandelbrot calculation
  • super_samples: (1) number of super samples rendered

Tests

still in the process of writing tests

Instructions:

npm test

Technologies Used

Development and Build
CSS
Javascript