initialize the melonJS library. this is automatically called unless skipAutoInit is set to true, to allow asynchronous loaders to work.
skipAutoInit
Initialize the melonJS library. This is called automatically by the Application constructor. Multiple calls are safe — boot() is idempotent. When using Application directly, calling boot() manually is not needed.
Application
initialize the melonJS library. this is automatically called unless skipAutoInit is set to true, to allow asynchronous loaders to work.
See
skipAutoInit