MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / presentInitializedWindow

Function presentInitializedWindow

App/Application.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void presentInitializedWindow(GLFWwindow* window, SceneViewport& renderer, Lattice::Simulation& simulation, Interface& appInterface,
44 const DebugViews& debugViews) {
45 renderer.renderFrame(simulation, appInterface, debugViews);
46 glfwShowWindow(window);
47 glfwFocusWindow(window);
48 }
49
50 void loadBaseMoleculeTemplates(Lattice::Simulation& simulation) {
51 if (!std::filesystem::exists(kBaseMoleculesPath) || !std::filesystem::is_directory(kBaseMoleculesPath)) {

Callers 1

runMethod · 0.85

Calls 1

renderFrameMethod · 0.45

Tested by

no test coverage detected