Hi,
The godot editor has a setting "Update Continuesly". If this switch is disabled the gui only renders if there are changes or the mouse is moved etc. Is there something compareable for my own games/apps? I would like to have a very "special gui" made in godot in the browser and need something like this to save cpu cycles. Something where I have to trigger a screen update manualy via a script or something along these lines.