The first part of the tutorial involves the use of vulkan to draw basic triangles every step. Each setp has its own subdirectory containing a complete copy of the tutorial for that setp.
| Windows | Linux | MacOS/iOS | Android | |
|---|---|---|---|---|
| CI Status | TODO | TODO | TODO | |
| Compiler | MSVC 14.0 | GCC 4.8+ | clang 3.6+ | NDK r12+ |
| OS Requirements | Win8.1 | Linux 3.14+ | MacOS Sierra | Adnroid 7.1+ |
# UNIX Makefile
cmake ..
# Mac OSX
cmake -G "Xcode" ..
# Microsoft Windows
cmake -G "Visual Studio 14" ..
cmake -G "Visual Studio 14 Win64" ..
...- VulkanSDK : 1.0.68.0
- VulkanSDK : 1.0.68.0
- MoltenVK : 0.19



