From 425617abdfab9fdb20a7aa3e451c6299e2ebdf0c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 16 Jul 2023 22:19:20 +0200 Subject: Added GLFW/OpenGL stats drawer written in C++. Signed-off-by: Toni Uhlig --- examples/README.md | 4 ++++ examples/cxx-graph | 1 + 2 files changed, 5 insertions(+) create mode 160000 examples/cxx-graph (limited to 'examples') diff --git a/examples/README.md b/examples/README.md index 03d7a9262..1e3463919 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,6 +26,10 @@ Tiny nDPId json dumper. Does not provide any useful funcationality besides dumpi Integration example that verifies flow timeouts on SIGUSR1. +## cxx-graph + +A standalone GLFW/OpenGL application that draws statistical data using ImWeb/ImPlot/ImGui. + ## js-rt-analyzer [nDPId-rt-analyzer](https://gitlab.com/verzulli/ndpid-rt-analyzer.git) diff --git a/examples/cxx-graph b/examples/cxx-graph new file mode 160000 index 000000000..3491eafcd --- /dev/null +++ b/examples/cxx-graph @@ -0,0 +1 @@ +Subproject commit 3491eafcd17d4a99653c5491c39260c6651635f4 -- cgit v1.2.3