From 23712d26436fd1b56c1a50eecf15272128cc9b35 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 6 May 2024 18:07:07 -0400 Subject: complex fractals structure --- content/projects/complex-fractals/index.md | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 content/projects/complex-fractals/index.md (limited to 'content/projects/complex-fractals') diff --git a/content/projects/complex-fractals/index.md b/content/projects/complex-fractals/index.md new file mode 100644 index 0000000..23713c3 --- /dev/null +++ b/content/projects/complex-fractals/index.md @@ -0,0 +1,32 @@ +--- +title: "Complex Fractal Generator" +start_date: 2024-04-15 +end_date: 2024-04-30 +date: 2024-05-06T14:27:25-04:00 +thumbnail: renders/mandelbrot.png +github: "https://github.com/jpappel/complex-fractals" +description: "Project Description" +summary: "Summary for Complex Fractals" +categories: +- "Class Project" +tags: +- "HPC" +- "C" +- "CUDA" +--- + +## Analysis + +[Interactive Analysis](/projects/complex-fractals/analysis.html) + +## Presentation + +[Presentation](/projects/complex-fractals/presentation.html) + +## Full Size Renders + +[Mandelbrot](renders/mandelbrot.png) +[Tricorn](renders/tricorn.png) +[Burning Ship](renders/burning_ship.png) +[Multibrot](renders/multibrot.png) +[Julia](renders/julia.png) -- cgit v1.2.3