this post was submitted on 31 Mar 2024
34 points (97.2% liked)

Bevy

236 readers
1 users here now

A community for discussion around the bevy game engine! https://bevyengine.org/

founded 11 months ago
MODERATORS
34
Bevy on PinePhone Pro (files.mastodon.social)
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

Bevy can run on Android phones. But what about GNU/Linux phones?
I decided to find out using my PinePhone Pro with RK3399.

Managed to run my game using WGPU_SETTINGS_PRIO=webgl2.
But couldn't get past the main menu due to limited features of the GPU. ๐Ÿ˜ข

But simple 2D games like breakout example runs!

Right now I working on networking for the game, but this evening I decided to tinker with my device a little.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 7 months ago* (last edited 7 months ago)

I know this is a Bevy community but I thought I'd mention:

If you're looking to dev on a mobile device, Godot has a dedicated Android build! And it's Linux native, so it'll run on mobile Linux distros, I'm sure :)