Godot Engine – Multi-platform 2D and 3D game engine
-
Updated
Jul 2, 2021 - C++
Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games for major desktop platforms (Linux, macOS, Windows) as well as mobile (Android, iOS), and web-based (HTML5) platforms.
Currently it looks like that:
We could use a UI theme there. I'd also rather use styleboxes and piggyback on button and similar nodes than use custom textures.
Created by Juan Linietsky and Ariel Manzur
this will help users to see if they are using integrated graphics or not.
Can be queried from the VisualServer:
https://docs.godotengine.org/fi/stable/classes/class_visualserver.html#class-visualserver-method-get-video-adapter-name
Also would be nice to show the current used video memory and used renderer
https://docs.godotengine.org/fi/stable/classes/class_visualserver.html#class-visual