Skip to content

Wunkolo/vkfetch

Repository files navigation

vkfetch GitHub license Build

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.

Intel AMD Nvidia Apple Dozen

Installing

Now available on AUR!

yay -S vkfetch-git

Building

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

About

vkfetch is a fetch-program that displays basic information about your vulkan-compatible graphic card(s)!

Topics

Resources

License

Stars

Watchers

Forks

Contributors