Y
Hacker News
new
|
ask
|
show
|
jobs
by
seba_dos1
1415 days ago
There's absolutely no problem to run Godot on ARM (or other architectures). I can run the whole editor on my phone. It's even in Debian repos.
1 comments
moffkalast
1414 days ago
Yeah I can find the armv7 and v8 build options under Android APK export, but not under generic Linux. At least none I can find under presets.
I suppose you could run Android on the Pi instead though, which might be what they did.
link
seba_dos1
1414 days ago
You can easily build export templates for any platform by yourself. My phone doesn't run Android, but a regular aarch64 GNU/Linux distro.
link
moffkalast
1414 days ago
Oh I'm sure you can compile your own support for it yourself, it's open source code after all. But there's no way to do it as-is in the shipped editor.
link
seba_dos1
1414 days ago
Sure, but that doesn't make running Godot games on a Raspberry Pi any problem, which was the clue of this thread.
link
I suppose you could run Android on the Pi instead though, which might be what they did.