Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Raspberry Pi #11489

Closed
KeitoTobi1 opened this issue Sep 22, 2017 · 9 comments
Closed

Support for Raspberry Pi #11489

KeitoTobi1 opened this issue Sep 22, 2017 · 9 comments

Comments

@KeitoTobi1
Copy link

Thank you, keito940.
I saw a site that teaches children to make games with a game engine called Godot.
So, why not correspond to Raspberry Pi?
If you correspond to Raspberry Pi, I think that you can make a full-scale program than Scratch.
However, it may be better to be careful when GDNative...

@akien-mga
Copy link
Member

Raspberry Pi is already supported: https://www.reddit.com/r/godot/comments/6x5byi/godot_214_raspberry_pi_edition/

What do you mean exactly with "correspond to RPi"?

@KeitoTobi1
Copy link
Author

"correspond to RPi"?

I went in the meaning of making Godot possible to develop with Raspberry Pi ...

@akien-mga
Copy link
Member

Well as mentioned above, it's possible already. You just need to compile the binaries on a Pi.

@slapin
Copy link
Contributor

slapin commented Sep 22, 2017 via email

@astearon
Copy link

I also am interested to know if GODOT 3.0 is usable on the Pi2 or the Asus TinkerBoard

@Calinou
Copy link
Member

Calinou commented Feb 15, 2018

@astearon Godot 3.0 isn't supported on the Raspberry Pi 1/2/3 since it requires support for OpenGL ES 3.0, and those ARM SBCs only support OpenGL ES 2.0. However, Godot 3.1 (not released yet) may be supported, as it will reimplement an OpenGL ES 2.0 renderer (as found in Godot 2.1).

By the way, the upcoming Raspberry Pi model is rumored to support OpenGL ES 3.0 – it has been hinted at by commits in the open source VideoCore driver repository.

@NathanWarden
Copy link
Contributor

Nice, so that means that it will possibly work once Thomas gets the GLES 2 renderer done.

@CannonContraption
Copy link

Hang on, my pi 3 running raspbian is reporting Mesa 13.0.6 and OpenGL ES 3.0. I haven't updated it in a few months, but it looks like there might be support. Am I reading this wrong? I'm really new to all things graphics so it could just be I'm looking at the wrong section.

Unfortunately when I try compiling, I get a long traceback from Python mentioning that it's trying to build for Android. Having never used scons before, I'm a little in the dark about this.

@Chaosus
Copy link
Member

Chaosus commented Sep 8, 2018

Closed as duplicate of #2671

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants