moosch / SeEngine

Vulkan Graphics in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vulkan Graphics in C

License:GNU General Public License v3.0


Languages

Language:C 97.7%Language:GLSL 1.3%Language:Makefile 0.6%Language:Shell 0.4%