[client] add ImPlot and rework latency graphs

This commit is contained in:
Geoffrey McRae
2026-08-03 14:18:22 +10:00
parent 7533c855c2
commit 4f39270736
28 changed files with 539 additions and 172 deletions

View File

@@ -88,6 +88,7 @@ bool waylandPresentationInit(void)
wlWm.photonTimings = ringbuffer_new(256, sizeof(float));
wlWm.photonGraph = app_registerGraph("PHOTON", wlWm.photonTimings,
0.0f, 30.0f, NULL);
app_setGraphCompact(wlWm.photonGraph, true);
wp_presentation_add_listener(wlWm.presentation, &presentationListener, NULL);
}
return true;