From eec532596eb0da0f209da0c12237f51200dda293 Mon Sep 17 00:00:00 2001 From: Nicolas Tilly Date: Tue, 28 Jul 2026 15:25:55 +0200 Subject: [PATCH] Update gallery.json Add a project to the gallery :) A website by Nicolas Tilly. --- .vitepress/data/gallery.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vitepress/data/gallery.json b/.vitepress/data/gallery.json index 4751689b..03a51ca6 100644 --- a/.vitepress/data/gallery.json +++ b/.vitepress/data/gallery.json @@ -58,5 +58,17 @@ "tags": ["live-coding", "creative-coding", "audio-visual"], "featured": true, "date": null + }, + "loopdroneloop": { + "title": "Loopdroneloop", + "description": "Loopdroneloop: Ambient cassette loops by Nicolas Tilly", + "type": "integration", + "thumbnailUrl": "https://loopdroneloop.nicolastilly.fr/vignette.jpg", + "url": "https://loopdroneloop.nicolastilly.fr/", + "author": "Nicolas Tilly", + "authorUrl": "https://github.com/nicolastilly", + "tags": ["creative-coding", "audio-visual"], + "featured": true, + "date": null } }