Replies: 5 comments 2 replies
-
This may be the reason why vulkan doesn't work. |
Beta Was this translation helpful? Give feedback.
-
Vulkan driver for RPis Edit: You may want to try closed source broadcom driver but not sure if it will change anything. |
Beta Was this translation helpful? Give feedback.
-
I have been attempting to launch examples of Bevy latest on a RaspberryPi 4. I think the issue is somewhere between bevy and wgpu requesting or expecting features that Mesa doesn't support with the v3d driver when requesting the device. Here's what I've done so far:
I also want to solve this as well for my project. It seems to me that one course of action would be to open an issue with either Bevy or wgpu, but I’ve taken this about far as I can go. I am hopeful that this can be fixed because the wgpu examples are largely successful. Thoughts? My full output:
|
Beta Was this translation helpful? Give feedback.
-
Was anyone able to get a graphical Bevy project running with a reasonable framerate on a Pi 4? The examples (even run with |
Beta Was this translation helpful? Give feedback.
-
For reference for people coming back to this thread.
I have been able to play the breakout example game at around 20 fps, but something that look like dropped frames every second ( did not investigate). Same for the bevymark example, significantly dropping from the starting 40 FPS after less than 2000 spawns. So don't expect to heavily play on a Raspberry 4B :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bevy version 0.6
Raspberry PI 4 (Raspberry PI OS)
Hi! Is it possible to launch Bevy on Raspberry PI 4? Has anyone done that?
It is a fresh Linux instatlation. packages installed:
alsa mesa-vulkan-drivers vulkan-mesa pkg-config libx11-dev libasound2-dev libudev-dev vulkan vulkan-headers
.Then i run examples with
--features bevy_internal/webgl
- it works, but FPS is very slow (around 1-2)Then i run without this flag, i get following error:
What is the right way to launch bevy 0.6 on raspberry? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions