summaryrefslogtreecommitdiff
path: root/include/rune/ui/renderer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* render: move all rendering code out of uiDanny Holman2024-10-251-43/+0
| | | | | | | Move all the rendering code out of the UI subsystem. The new rendering API now has hooks that the UI code can make use of. Signed-off-by: Danny Holman <dholman@gymli.org>
* ui: finalize how the rendering API is accessedDanny Holman2024-10-251-7/+10
| | | | | | | | The hooks into the rendering API that is used by the UI subsystem should be finalized. This should give developers a baseline implementation to build a different kind of renderer with. Signed-off-by: Danny Holman <dholman@gymli.org>
* ui: add new subsystemv0.61Danny Holman2024-09-171-0/+40
Add the UI subsystem. This subsystem will control the window display, events and input. Signed-off-by: Danny Holman <dholman@gymli.org>