You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Mahdi Dibaiee 0b7d1b65c8 hello triangle! 2 months ago
shaders hello triangle! 2 months ago
.gitignore first vertex and fragment shaders 2 months ago
Makefile first vertex and fragment shaders 2 months ago
README.md first vulkan + glfw window 2 months ago
main.cpp hello triangle! 2 months ago

README.md

Tested on macOS Ventura 13.1 with M1 processor.

Install VulkanSDK: https://vulkan.lunarg.com/

brew install glfw glm
export VULKAN_SDK=$HOME/path/to/your/VulkanSDK/1.3.236.0

make run