diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-16 22:19:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-16 22:19:20 +0200 |
commit | 425617abdfab9fdb20a7aa3e451c6299e2ebdf0c (patch) | |
tree | ca69c172da958d3be65eb96359805a18c68ac0ae /examples | |
parent | 92b3c7644640cb38b101f93100ebc04f04ee6ef9 (diff) |
Added GLFW/OpenGL stats drawer written in C++.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README.md | 4 | ||||
m--------- | examples/cxx-graph | 0 |
2 files changed, 4 insertions, 0 deletions
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 +Subproject 3491eafcd17d4a99653c5491c39260c6651635f |