diff --git a/index.html b/index.html index 5d4c5e7868a0..bc76359bdeee 100644 --- a/index.html +++ b/index.html @@ -268,6 +268,12 @@

# Showcase

"website": "https://github.com/rukai/brawllib_rs", "thumbnail": "screenshots/brawl-attack.gif" }, + { + "name": "Realtime Mandelbrot", + "description": "Mandelbrot set explorer built with TypeScript, Rust and wgpu.", + "website": "https://gcollombet.github.io/mandelbrot/", + "thumbnail": "screenshots/mandelbrot.webp", + }, { "name": "GLX", "description": "OpenStreetMap renderer", diff --git a/screenshots/mandelbrot.webp b/screenshots/mandelbrot.webp new file mode 100644 index 000000000000..c47c3f817920 Binary files /dev/null and b/screenshots/mandelbrot.webp differ