CENGINE is a simple vulkan renderer written in pure C. It is written for experiencing how to create a vulkan renderer in C
- Uses C23 or C2x standard
- Can be built in only windows using the build.bat file.
- Uses GLFW library for windowing and Vulkan as the selected graphics API
- Uses gcc to build the entire project
- Currently is under development and the debug mode is activated in the build.bat file