Skip to main content

build_app

Function build_app 

Source
pub fn build_app(
    trajectory: Trajectory,
    config: ViewerConfig,
    receiver: Option<Receiver<ViewerCommand>>,
    readiness: Arc<ViewerReadiness>,
    snapshot: Arc<Mutex<ViewerSnapshot>>,
) -> App