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

Function main

example_plugin/ViewerApp.cpp:4–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

launchDefaultViewerFunction · 0.85
ViewerSetupClass · 0.50

Tested by

no test coverage detected