From d78d81b3d9eec7efc9aab7a56eedc88088b1f214 Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 15:43:03 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Cc3dgraphicengine?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/c3dgraphicengine.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/content/projects/c3dgraphicengine.json diff --git a/src/content/projects/c3dgraphicengine.json b/src/content/projects/c3dgraphicengine.json new file mode 100644 index 0000000..bb9fd60 --- /dev/null +++ b/src/content/projects/c3dgraphicengine.json @@ -0,0 +1,13 @@ +{ + "sourceCode": "https://git.stepanovplaton.ru/StepanovPlaton/C3DGraphicEngine", + "featured": false, + "startDate": "2025-10-05T08:00:00.000+04:00", + "techStack": [ + "C23" + ], + "status": "completed", + "title": "C3DGraphicEngine", + "tags": [], + "description": "Кроссплатформенный графический 3D движок, написанный с полного нуля на чистом С!", + "category": "proud" +}