klonyyy / STMViewer

Real-time STM32 variable & trace viewer
GNU General Public License v3.0
556 stars 62 forks source link

WIP: macOS port #24

Open margce opened 9 months ago

margce commented 9 months ago

wip

App compiles but fails to create a window in Gui::mainThread() when invoking glfwCreateWindow see more details in #21

phicore commented 3 months ago

if GLFW is only used by imgui and implot, then dropping GLFW and using the metal backend provided in imgui shall be possible.