/SeEngine

Vulkan Graphics in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

SeEngine - Vulkan Tutorial

Whta's it about?

Setting up Vulkan by going through the Vulkan Hello World Tutorial, but using C rather than C++.

What it's not about

  • Building a game engine (despite the name ¯\_(ツ)_/¯)
  • A tutorial on how to set up Vulkan
  • Not a C tutorial - I'm pretty new to C

Tools

Todos

  • Create error codes that map to ints for semantically exiting the program.
  • Create a top level error function to print any error and exit appropriately.