Currently Engine.Start() has to be called from the UI Thread. This causes the application to freeze for a couple of seconds if called after the main view is displayed (WPF). (note that in the sample ...