make
./scop <models/model_name.obj>make
./scop <models/model_name.obj> <textures/texture_name.jpg>To activate the validation layer, remove -DNDEBUG from CFLAGS in the Makefile.
- A Comparison of Modern Graphics APIs : https://alain.xyz/blog/comparison-of-modern-graphics-apis
- Setup Vulkan on MacOS : https://youtu.be/C7YgtkR9KLg?si=v9-MUbwKavMHITeh
- Getting Started with the macOS Vulkan SDK : https://vulkan.lunarg.com/doc/view/1.3.268.1/mac/getting_started.html
- Tutorial Vulkan : https://vulkan-tutorial.com/
SDK VulkanDevelopment environment : https://www.lunarg.com/vulkan-sdk/GLMLinear algebra operations : https://github.com/g-truc/glmGLFWWindow creation : https://www.glfw.org/