CloudCodingSpace / CENGINE

A graphics engine in C with the Vulkan API for experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CENGINE

CENGINE is a simple vulkan renderer written in pure C. It is written for experiencing how to create a vulkan renderer in C

CENGINE Characteristics

  • 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

About

A graphics engine in C with the Vulkan API for experience


Languages

Language:C 75.3%Language:C++ 24.4%Language:CMake 0.1%Language:GLSL 0.0%Language:Batchfile 0.0%