Skip to content

A graphics engine in C with the Vulkan API for experience

Notifications You must be signed in to change notification settings

CloudCodingSpace/CENGINE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages