README

Milky2018/selene/platform_runtime does not have a README file

#
RunnerCallbacks

pub(all) struct RunnerCallbacks {
startup : () -> Unit
service_frame : () -> Unit
render_loop : (Double) -> Unit
game_loop : (Double) -> Unit
}

#
WindowConfig

pub(all) struct WindowConfig {
viewport_width : Double
viewport_height : Double
screen_width : Double
screen_height : Double
fps : UInt
image_smooth : Bool
}

Source Files