https://github.com/ae2f/vk-core
Vulkan Importer
https://github.com/ae2f/vk-core
Last synced: 3 months ago
JSON representation
Vulkan Importer
- Host: GitHub
- URL: https://github.com/ae2f/vk-core
- Owner: ae2f
- License: other
- Created: 2025-06-02T07:42:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T02:08:52.000Z (10 months ago)
- Last Synced: 2025-08-01T03:22:38.341Z (10 months ago)
- Language: CMake
- Size: 173 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ae2fVK::Core
> Rel-v5.15.22
> This project has been migrated to [codeberg.org](https://codeberg.org/ae2f/VK-Core).
> You will still be able to access to upstream with github page.
Vulkan SDK with [glslang | clspv]
# Warning
> Setting glslang and clspv on alltogether would cause configuration step failure.
> This is the flaw of this repository, not yours in high possibility.
# Test
Build & Run (Ubuntu only): [](https://github.com/ae2f/VK-Core/actions/workflows/cmake-multi-platform.yml)
> Other Operating systems than Ubuntu are expected to run this library,
> but will not be tested by github actions due to the lack of support of installation of Vulkan Driver.
# Dependency
> These are necessary, or you will not able to build it.
- C>=90
- C++>=17
- clang
- cmake
- Vulkan SDK
- Vulkan Driver
# Optional dependency
> This will be automatically fetched when not found.
> Recommended to install for reducing the build time.
- glslang
# Clang
> Clang is the tested compiler which is able to build this project on Linux and Windows.
> On linux, you could build them also with gcc/g++.
# Windows 11 arm
> Currently has flaw of exit code 0xc000007b.