Skip to content

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

License

Notifications You must be signed in to change notification settings

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

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