/lab02-mandelbrot-a-team

lab02-mandelbrot-a-team created by GitHub Classroom

Primary LanguageC++

Lab 02 - Mandelbrot

Mandelbrot Robert W. Brooks

Description

Building a c++ project to display mandelbrot set

Todo / Objectives

  • Implements pseudocode that can be found here
  • Create 2D array with vector<vector<int>> (check link for more details)
  • Display 2D array
    • with integers values
    • with ASCII chars with grey levels
  • Animates the 2D display
    • Add waiting time between each images
    • Find an interesting level of zoom to display the mandelbrot

Bonus points

  • Display colors
  • Graphical display
  • Free navigation into the mandelbrot

Course

Cyberlearn link

Sources