Skip to content

Open-source, cross-platform, C / Vulkan basic renderer drawing a triangle made for learning purpose

Notifications You must be signed in to change notification settings

Asti0s/C-Vulkan-Triangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Vulkan Triangle

This project is a cross-platform C project that uses Vulkan and GLFW to draw a simple triangle. This project was made for the purpose of learning low level computer graphics.

Build and use

To clone this project run

  git clone --recurse-submodules https://github.com/Asti0s/C-Vulkan-Triangle

To build this project on linux

  mkdir build && cd build
  cmake ..
  make

Run the executable

./VulkanTriangle

Acknowledgements

About

Open-source, cross-platform, C / Vulkan basic renderer drawing a triangle made for learning purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published