godot stable engine

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Leon0001

I want to run the godot engine between 1.0 to 3.0 which one you think is more stable and light weight.

Which one is suitable for 3d and 2d games .

I only have OpenGl 2.2 and directx11

:bust_in_silhouette: Reply From: jgodfrey

I’d certainly recommend the newest version your hardware supports. From memory, I think 3.5 will run OpenGl 2.2, though only if set for GLES2 output.

Looking, yeah, that seems right I think. See here:

That said, you’ll need to verify that it actually works on your hardware. It’s easy to just grab a few versions and try them…

jgodfrey | 2023-03-14 18:06

Thanks for your answer !!!

I have latitude E6410 with :

intel(R) ironlake mobile chipset.

openGl 2.2 and Direct x 11

no graphic card other than intel HD graphic and standard VGA

which version of godot can work with 2.2 or below can I make 3d game with it.

Leon0001 | 2023-03-15 00:49

As I mentioned above (and in the previous times you’ve asked this question)…

I think you should be able to run Godot 3.5, but you should verify that yourself.

Assuming Godot runs on your system, then Yes, you can make a 3D game with it, though I think you’ll have to output it for GLES2 and not GLES3 (gles2 needs OpenGL 2.1 minimum, while gles3 needs OpenGL 3.3 minimum).

Again, please just download Godot and try it. It’d be far easier for you to simply SEE if it runs on your system than to keep asking the same question here.

See the page I linked in my answer above for additional details.

jgodfrey | 2023-03-15 01:03

Sorry! to bother you many times I just wanted to get proper detail for myself to understand it completely . After getting first message from you I want to make sure that I state my problem clearly. I work on Gamemaker and build a 2d game on it but for 3d I want something which is light and easy to run.

I want to make sure that godot is the perfect choice for me and with it I will be able to achieve my goal.

When I search about it people use to make fun of godot which make me double check my choice.

I have my reasons as a newbie. Sorry again !!

Leon0001 | 2023-03-15 04:24