Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 848 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 848 Bytes

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.