KalaWindow is a C++20 window library for Windows and Linux, it is used for making software and games.
KalaWindow creates and owns the Vulkan 1.4 context, manages the message loop, handles crashes safely through the crash handler and handles all inputs through the input framework.
This project relies on several external dependencies, they are not shipped inside this project, please make sure you have that repository cloned into a folder inside the same parent directory as this project folder before compiling this project from source.