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

# Showcase

"website": "https://www.ens-lyon.fr/ensnano", "thumbnail": "screenshots/ensnano.png" }, + { + "name": "sdf2mesh", + "description": "Convert SDFs from ShaderToy to triangle meshes", + "website": "https://github.com/WilstonOreo/sdf2mesh", + "thumbnail": "screenshots/sdf2mesh.png" + }, { "name": "wgpu", "description": "Water example", @@ -419,4 +425,4 @@

# Showcase

- + \ No newline at end of file diff --git a/screenshots/sdf2mesh.png b/screenshots/sdf2mesh.png new file mode 100644 index 000000000000..779765c00a5b Binary files /dev/null and b/screenshots/sdf2mesh.png differ diff --git a/screenshots/sdf2mesh.webp b/screenshots/sdf2mesh.webp new file mode 100644 index 000000000000..ff9839f94cd0 Binary files /dev/null and b/screenshots/sdf2mesh.webp differ