Does godot engine or support high end and low end rendering?

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

By low end, I mean mobile devices and slow computers. By high end, I mean photoreal games that can only be played on modern devices.

:bust_in_silhouette: Reply From: Calinou

The OpenGL ES 3.0-based renderer in Godot 3.0 targets modern hardware and older high-end desktops. It can achieve very good visuals on fast enough hardware.

Godot 3.1 will re-add support for OpenGL ES 2.0 with a lower-end renderer, which will be more suited to mobile devices and laptops with integrated graphics.

A Vulkan renderer will be implemented in a future release, which will eventually supersede the current OpenGL ES 3.0 renderer.