From 0c5a3c11aa9fcfc5dce5c36a5f859d5f4bb58db5 Mon Sep 17 00:00:00 2001 From: Angelo Theodorou Date: Mon, 9 Jun 2025 13:06:31 +0200 Subject: [PATCH] Add /dev/games nCine presentation to the showcases --- docs/.vitepress/showcases.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/.vitepress/showcases.ts b/docs/.vitepress/showcases.ts index 0e5243dabb..e2eb1b5980 100644 --- a/docs/.vitepress/showcases.ts +++ b/docs/.vitepress/showcases.ts @@ -262,6 +262,18 @@ export const showcases: ShowCaseInfo[] = [ cover: 'https://raw.githubusercontent.com/george-gca/bracis_2023_srcaps/refs/heads/main/cover.png', datetime: '2023-09-27', }, + { + title: 'A 14-year journey developing nCine, an open-source 2D game framework', + author: { + name: 'Angelo Theodorou', + link: 'https://encelo.github.io', + }, + at: '/dev/games/2025', + slidesLink: 'https://encelo.github.io/nCine_14Years_Presentation/', + sourceLink: 'https://github.com/encelo/nCine_14Years_Presentation', + cover: 'https://i.imgur.com/AbTdfhg.png', + datetime: '2025-06-05', + }, // Add yours here! { title: 'Yours?',