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

Method Interface

App/GUI/interface/interface.cpp:92–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92Interface::Interface(GLFWwindow* w, Lattice::Simulation& s, std::unique_ptr<BaseRenderer>& r, CaptureController& c)
93 : window_(w), simulation_(&s), renderer_(&r), captureController_(&c) {}
94
95int Interface::init() {
96 ImGui::CreateContext();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected