{"id":17316794,"url":"https://github.com/saschawillems/vulkancapsviewer","last_synced_at":"2026-01-23T16:11:45.086Z","repository":{"id":4063660,"uuid":"46374158","full_name":"SaschaWillems/VulkanCapsViewer","owner":"SaschaWillems","description":"Vulkan hardware capability viewer","archived":false,"fork":false,"pushed_at":"2025-11-27T17:59:36.000Z","size":121913,"stargazers_count":385,"open_issues_count":16,"forks_count":84,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-11-30T09:42:40.545Z","etag":null,"topics":["vulkan","vulkan-api"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SaschaWillems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-17T20:41:36.000Z","updated_at":"2025-11-27T17:59:40.000Z","dependencies_parsed_at":"2023-10-22T15:33:13.461Z","dependency_job_id":"a3d7bf5f-bba3-4f5e-9172-a6a29943df58","html_url":"https://github.com/SaschaWillems/VulkanCapsViewer","commit_stats":{"total_commits":452,"total_committers":21,"mean_commits":"21.523809523809526","dds":0.09513274336283184,"last_synced_commit":"1cdf4f82bf074f877304b81ccc38e91f3aa359bd"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/SaschaWillems/VulkanCapsViewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaschaWillems%2FVulkanCapsViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaschaWillems%2FVulkanCapsViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaschaWillems%2FVulkanCapsViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaschaWillems%2FVulkanCapsViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaschaWillems","download_url":"https://codeload.github.com/SaschaWillems/VulkanCapsViewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaschaWillems%2FVulkanCapsViewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vulkan","vulkan-api"],"created_at":"2024-10-15T13:14:15.367Z","updated_at":"2026-01-23T16:11:45.079Z","avatar_url":"https://github.com/SaschaWillems.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vulkan Hardware Capability Viewer\n\n\u003cimg src=\"images/vulkanlogo.png\" width=\"480px\"\u003e\n\nClient application to display hardware implementation details for GPUs supporting the [Vulkan](https://www.khronos.org/vulkan/) API by Khronos.\n\nThe hardware reports can be submitted to a public [online database](https://vulkan.gpuinfo.org/) that allows comparing different devices, browsing available features, extensions, formats, etc.\n\n\n\u003cimg src=\"images/windows.png\" height=\"320px\"\u003e \u003cimg src=\"images/android.png\" height=\"320px\"\u003e\n\n# Supported platforms\n**A Vulkan compatible device is required**\n- Windows (x64)\n- Linux (x64)\n- Android (Including Android TV)\n- Mac OS X\n- iOS\n\n# Building\n\n![Build Project](https://github.com/SaschaWillems/VulkanCapsViewer/workflows/Build%20Project/badge.svg)\n\nThe repository includes a project file for the [Qt Creator IDE](https://www.qt.io/ide/) that has been tested to work with Windows, Linux and Android. This is the preferred (and easiest) way of building the application if you want to build it yourself. Using the [Qt Visual Studio Tools](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2019), it's also possible to use a current Visual Studio version.\nAlternatively, you can simply run `qmake` followed by `make` in the source directory.\n\n## Linux\nWhen building for Linux, specify the desired windowing system to enable its support.\n\nX11 support\n```\nqmake -config release DEFINES+=X11\n```  \n\nWayland support\n```\nqmake -config release DEFINES+=WAYLAND\n```\n\nNote: Do not enable both flags simultaneously.\n\n## Android\n\nThe Android apk needs to be built from Qt Creator and requires Android SDK and Android NDK. Due to issues with widget rendering in certain Qt6 versions, Android builds should use Qt 6.9.2 or newer.\n\n# Releases\nCurrent releases for all platforms will be provided on a regular basis at [vulkan.gpuinfo.org/download.php](https://vulkan.gpuinfo.org/download.php).\n\n# Dependencies\n- [Vulkan SDK](https://vulkan.lunarg.com/)\n- [Qt 6.8.3](https://www.qt.io/developers/) - Older versions may not work due to missing functionality","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschawillems%2Fvulkancapsviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschawillems%2Fvulkancapsviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschawillems%2Fvulkancapsviewer/lists"}