-
Hi, I'm trying to follow along with the Get Started section on the bevyengine.org page. I've installed the OS dependencies (libx11, pkgconf, alsa-lib) and ensured to try both with an integrated GPU and a dedicated GPU (using prime-run). Both resulting in empty output with no window for a short while, followed by a GPU not found panic! message. OS: Manjaro on kernel 5.14.16-zen |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved: I needed to download the Vulkan headers ( |
Beta Was this translation helpful? Give feedback.
Solved: I needed to download the Vulkan headers (
vulkan-headers
) and Vulkan drivers for my Intel GPU (vulkan-intel
). The Breakout and Getting Started pages now open a blank window as expected.