Vulkan Support Has Arrived
After countless hours of development, debugging, testing, and optimization, we are excited to announce that Vulkan support has officially arrived on our platform.
Vulkan is a modern, cross-platform graphics and compute API developed by the Khronos Group. Unlike older graphics APIs such as OpenGL, Vulkan provides applications with low-level, explicit access to the GPU, allowing developers to take greater advantage of the underlying hardware while reducing CPU overhead.
Bringing Vulkan to our platform represents a major step forward for its graphics capabilities. Applications can now take advantage of modern rendering techniques, more efficient multi-threaded workloads, and significantly greater control over GPU resources.
What Vulkan Brings
- Modern Graphics: Applications and game engines built around Vulkan can now take advantage of our hardware without relying solely on older graphics APIs or compatibility layers.
- Better Performance: Vulkan's lower CPU overhead and explicit GPU control provide developers with more opportunities to extract performance from the hardware.
- Gaming: Vulkan opens the door to modern Linux gaming technologies, game engines, emulators, and compatibility layers that increasingly depend on Vulkan.
Vulkan support is more than another graphics feature. It removes a major compatibility barrier and opens the platform to an entirely new class of applications, engines, games, compute workloads, and development frameworks.
We're incredibly excited to finally put this capability into the hands of developers and see what they build with it.
Getting Started on FuriOS
You can quickly try Vulkan support by installing the tools package:
sudo apt install vulkan-tools -y
Once installed, run the classic vkcube demo to verify your Vulkan setup is working:
vkcube
Vulkan on the FLX1S
The video below shows the vkcube demo running on the FLX1S, demonstrating real Vulkan support on the device's GPU.
For more information, documentation, and SDK downloads, visit the official Vulkan website.