MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / main

Function main

examples/cpp-examples/MRBasedMainFunc.dox.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <MRViewer/MRViewer.h>
5
6int main( int argc, char** argv )
7{
8 MR::Viewer::LaunchParams launchParams{ .argc = argc, .argv = argv };
9 MR::Viewer::parseLaunchParams( launchParams );
10 launchParams.name = "Your app name";
11
12 return MR::launchDefaultViewer( launchParams, MR::ViewerSetup() );
13}

Callers

nothing calls this directly

Calls 2

launchDefaultViewerFunction · 0.85
ViewerSetupClass · 0.50

Tested by

no test coverage detected