From 09cacbfacde938bbec7391ed1243316b5b246361 Mon Sep 17 00:00:00 2001 From: Marcus Perryman Date: Wed, 2 Oct 2024 16:15:03 +0100 Subject: [PATCH] add Vulcan SDK and AI Tools category --- public/icons/vulkan.svg | 23 +++++++++++++++++++ src/content/applications/VulcanSDK.md | 11 +++++++++ .../applications_categories/ai-tool.md | 4 ++++ 3 files changed, 38 insertions(+) create mode 100644 public/icons/vulkan.svg create mode 100644 src/content/applications/VulcanSDK.md create mode 100644 src/content/applications_categories/ai-tool.md diff --git a/public/icons/vulkan.svg b/public/icons/vulkan.svg new file mode 100644 index 00000000..b5c9eb67 --- /dev/null +++ b/public/icons/vulkan.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/content/applications/VulcanSDK.md b/src/content/applications/VulcanSDK.md new file mode 100644 index 00000000..09010e50 --- /dev/null +++ b/src/content/applications/VulcanSDK.md @@ -0,0 +1,11 @@ +--- +name: "Vulcan SDK" +categories: ['library','dev-tools'] +compatibility: native +display_result: "Compatible" +version_from: "1.3.290.0" +link: https://vulkan.lunarg.com/sdk/home#windows +icon: vulkan.svg +--- +Beta for 1.3.290 +SDK and runtime are available native. diff --git a/src/content/applications_categories/ai-tool.md b/src/content/applications_categories/ai-tool.md new file mode 100644 index 00000000..0c231fea --- /dev/null +++ b/src/content/applications_categories/ai-tool.md @@ -0,0 +1,4 @@ +--- +name: AI Tool +description: A tool related to AI development +---