Module setup

Source
Expand description

Prepare the game engine for running

Functionsยง

get_args ๐Ÿ”’
Retrieve parsed out command line arguments
process_args ๐Ÿ”’
Process args for future use
set_panic_hook ๐Ÿ”’
Setup a hook to catch panics for logging before shutdown
setup_logger ๐Ÿ”’
Setup the logger for the current platform
start ๐Ÿ”’
Determines if client or server and starts the engine