Export Godot Project for Raspberry Pi

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mudinmudin
:warning: Old Version Published before Godot 3 was released.

hey guys,

i just want to know if anyone knows a way to run my Godot game on a Raspberry Pi.

I have allready tried to exported is as Linux X11 but that wasn’t working …
So what am i doing wrong?

Than you in advance.

Godot doesn’t run on the Raspberry Pi (even the RPi 3) or ODroid C2, for various reasons. Fixing this would require source code modification, and also, those ARM SBCs don’t support OpenGL ES 3.0 which will be used for the new renderer in Godot 3.0.

Calinou | 2017-03-12 20:29

I know I’m late to the party, but, it can be done: Release 2.1.4 Raspberry Pi 3 Release · crabcrabcam/godot · GitHub

On the latest RPi 3b+ the minesweeper demo works ok, but the fixed_materials 3D demo runs about 1 FPS.

wayne | 2018-04-02 20:45

:bust_in_silhouette: Reply From: ludosar

Godot Linux export is for x86, Raspberry has an ARM processor. You need to compile Godot for ARM, or use the binary somebody else compiled.

With a little search online, I found this, but haven’t tested it yet:
https://cloud.jonnywe.de/index.php/s/INZpEYuC06IjwDH

:bust_in_silhouette: Reply From: hiulit

Take a look at “Unofficial Godot Engine Raspberry-Pi”: Unofficial Godot Engine editor and export templates binaries for the Raspberry Pi.