Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-25 | ui: make initialization functions more consistent | Danny Holman | 1 | -1/+1 | |
Make the initialization functions more consistent with the rest of the engine. Init functions should have the format `rune_init_<object>`. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-09-17 | ui: add new subsystemv0.61 | Danny Holman | 1 | -0/+33 | |
Add the UI subsystem. This subsystem will control the window display, events and input. Signed-off-by: Danny Holman <dholman@gymli.org> |