# MiniVulkanTriangle **Repository Path**: sumcai/MiniVulkanTriangle ## Basic Information - **Project Name**: MiniVulkanTriangle - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-27 - **Last Updated**: 2025-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mini vulkan triangle demo ## Linux dependency: `sudo apt install libvulkan1` build step: ``` git clone https://github.com/sumcai/MiniVulkanTriangle.git cd MiniVulkanTriangle mkdir build cd build cmake .. make ./HelloVulkan ``` ## Windows 1. Download [Vulkan SDK](https://vulkan.lunarg.com/sdk/home) 2. Use cmake to generate vs project and build