Module beamui.platforms.common.startup

Import line

import beamui.platforms.common.startup;

Functions

NameDescription
initFontManager() Initialize font manager - default implementation.
initLogs() Initialize logging (for win32 and console - to file ui.log, for other platforms - stderr; log level is TRACE for debug builds, and WARN for release builds)
initResourceManagers() Call this on application initialization
releaseResourcesOnAppExit() Call this when all resources are supposed to be freed to report counts of non-freed resources by type