vkfetch is a fetch-program that displays basic information about your vulkan-compatible graphic card(s)!
vkfetch will also display some vendor-specific information about your GPU, when available.
Now available on AUR!
yay -S vkfetch-git
vkfetch will require the vulkan SDK headers for your platform to build. Check out lunarg to get started or use your linux distro's package manager!
This is a CMake project, so a typical Cmake out-of-source build procedure will get you going on both Windows and Linux:
git clone git@github.com:Wunkolo/vkfetch.git
cd vkfetch
mkdir build
cd build
cmake ..
cmake --build .
./vkfetch




