0 votes

Hello there.
Although I'm not new to coding, I am totally new to game coding or any hefty software for that matter.
So, I am planning along with some friends in making this game using the godot engine, and we are trying to figure out an estimate for the system requirements that the game will need to run. My answer is: since Godot Editor needs OpenGl 2.1 to run, does that mean this is also a requirement to the game itself?

in Engine by (15 points)

2 Answers

+1 vote
Best answer

since Godot Editor needs OpenGl 2.1 to run, does that mean this is also a requirement to the game itself?

Yes! If your game uses OpenGL, then players will need a graphics card that supports that version of OpenGL as well. That tends to be a rather soft constraint though: 2.1 was released in 2006.

by (10,608 points)
selected by
+1 vote

Godot only requires OpenGL 2.1 if your computer is unable to run Opengl 3.

If you want to edit content which requires GLES2, the editor has to use the appropriate renderer, and vice versa.

See https://docs.godotengine.org/en/stable/tutorials/optimization/gpu_optimization.html#multi-platform-advice
and https://docs.godotengine.org/en/stable/tutorials/misc/gles2_gles3_differences.html

by (29,090 points)
edited by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.