summaryrefslogtreecommitdiff
path: root/core/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: rune_init should only call subsystem initsDanny Holman2024-10-251-12/+6
| | | | | | | | | The main engine initialization function should only call up background subsystem init functions. No window or rendering context should be created inside this function. Likewise, the cleanup function calls should be removed from rune_exit. Signed-off-by: Danny Holman <dholman@gymli.org>
* core: add several new filesDanny Holman2024-09-171-0/+23
Add several new files to the core subsystem. These files will be the basic building blocks upon which the rest of the engine will sit atop of. These files will be present in all builds, including headless and platform builds. Signed-off-by: Danny Holman <dholman@gymli.org>