Declaratively specify UI widgets instead of needing to call Gui.add_hud_widget()
/Gui.add_global_widget()
#362
Labels
data
Concerns adding new content
design
Concerns the architecture of the engine
refactoring
This requires refactoring existing code
In general, I find declarative to be better than imperative. The "tag" for each widget can just become its
_id
.However, resource consumption also needs to be taken into account. There shouldn't be a need to keep around widgets in memory that are not visible on the screen.
The text was updated successfully, but these errors were encountered: