mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 01:16:46 -04:00
458 B
458 B
GUI/HUD
Minosoft integrates a custom gui system that can be used to display pretty much anything in 2d space on the screen.
Stages
GUI has 3 rendering stages:
- update mode (you can make changes async, prepare the next data,
tick
, ...) - layout mode (called eventually every frame, all currently stored data is applied and put in the layout)
- rendering mode (the current layout will be rendered, might be called every frame if you do animations)