# Re-Vulkan **Repository Path**: alonebinge/Re-Vulkan ## Basic Information - **Project Name**: Re-Vulkan - **Description**: Vulkan rererererererere-encapsulation - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-09 - **Last Updated**: 2025-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Re-Vulkan 本项目提供了一个基础应用程序框架,从零开始对Vulkan进行封装,并且提供了相应的示例。 你可以看到每一次的进步,以及一个完整的Vulkan应用程序是如何一步一步搭建起来的。 # 运行环境 Windows10 (暂时) Vulkan 1.2 VS2019 C++17 # 快速构建 1. 使用 --recursive 进行克隆: git clone --recursive https://github.com/harukumo/Re-Vulkan.git 2. 双击运行脚本: GenerateProjects.bat # 贡献 欢迎对代码进行完善、优化和错误修改,以及提供对Linux系统的支持。如果你基于此框架进行了更好的改进,也欢迎提交PR。 # 第三方库 * [glfw](https://github.com/glfw/glfw) * [spdlog](https://github.com/gabime/spdlog) * [glm](https://github.com/g-truc/glm) * [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross) * [VulkanMemoryAllocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator) * [Vulkan](https://www.khronos.org/vulkan)