From e8192432be45f4ec50426803b8e38e31d9ce9510 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:22:29 +0100 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2292420 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# SDL_mandelbrot +Simple braindead but interactive mandelbrot made with C++ and SDL2