aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-21 02:14:27 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-21 02:14:27 -0400
commit00b488b32fa5e40151bf63443821c5b3c1840217 (patch)
treeb8d34621acbc3caef48dd792ea3f8661fe71dd74 /README.md
parent81dc61d0d7b17de6944ceb55ae3c7a3f3176731d (diff)
implemented julia sets
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bba9df7..e7a80cd 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ make presentation
* [Various Algorithms for Plotting the Mandelbrot Set](https://en.wikipedia.org/wiki/Plotting_algorithms_for_the_Mandelbrot_set)
* [Pseudocode for Julia Set](https://en.wikipedia.org/wiki/Julia_set#Pseudocode)
* [Another HPC implemenation of Mandelbrot set rendering](https://github.com/OakenKnight/MandelbrotSet-HightPerformance-Implementation)
+* [Blog Post on CUDA Mandelbrot Set](https://developershell.net/the-mandelbrot-set-with-cuda/)
## Contributors