fixing warning, adding CIs
Some checks failed
Linux / build (x86_64, macOS-latest) (push) Has been cancelled
Linux / build (x86_64, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2026-01-11 12:32:58 +01:00
parent 98b845f876
commit 87620b6e0c
4 changed files with 68 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# KVF
# KVF <a href="https://git.kbz8.me/kbz_8/KVF/actions?workflows=linux.yml"><img src="https://git.kbz8.me/kbz_8/KVF/actions/workflows/linux.yml/badge.svg"></a> <a href="https://git.kbz8.me/kbz_8/KVF/actions?workflows=macos.yml"><img src="https://git.kbz8.me/kbz_8/KVF/actions/workflows/macos.yml/badge.svg"></a>
KVF (kbz_8 vulkan framework) is a lightweight single-header Vulkan framework written in C99 to simplify the creation of Vulkan applications.
It is designed to be a drop in framework inside any existing Vulkan renderer as it does not use any custom types of structs (except for the graphics pipeline builder).