Skip to content

robertazzopardi/vulkan_cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan-Tutorial In C

Somewhat modularised version of the vulkan-tutorial in C and SDL. The origional tutorial code can be found here.

alt text

Requirements

  • Vulkan SDK

export VULKAN_SDK="{PATH_TO_VULKAN_ROOT}/1.2.X.0"

  • SDL2

  • SDL2_Image

  • cglm (add to CPATH)

All of the above should be in the PATH

Usage

Building

make

from project root

Running

make run

Other

Check out the root make file to see other commands

About

Rendering with Vulkan, SDL2, Cglm, in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published