too much changes to describe

This commit is contained in:
2022-07-05 19:06:45 +02:00
parent f21fed9b27
commit 6b75b7d61a
6 changed files with 343 additions and 154 deletions

View File

@ -1,6 +1,11 @@
#include "graphics.h"
using namespace Mandelbrot;
int main()
{
Graphics g = Graphics(1800, 1200, "Mandelbrot set visualizer");
g.mainLoop();
return 0;
}