SaschaWillems / VulkanCapsViewer

Vulkan hardware capability viewer
GNU Lesser General Public License v3.0
316 stars 69 forks source link

Add flatpak manifest #182

Closed loonycyborg closed 1 year ago

loonycyborg commented 1 year ago

This adds manifest to make a flatpak of VulkanCapsViewer. It has an advantage over appimage of not being coupled with particular glibc versions, because flatpak runtime provides own glibc. Potentially this manifest could be used to upload the app to Flathub, but this use case probably needs extra work. Steps to test:

cd flatpak
flatpak-builder --user --install --force-clean flatpak-output org.vulkanCapsViewer.VulkanCapsViewer.yml
flatpak run org.vulkanCapsViewer.VulkanCapsViewer
SaschaWillems commented 1 year ago

Thanks for your PR. Very much appreciatd!