summaryrefslogtreecommitdiff
path: root/cpp-timeplot/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cpp-timeplot/README.md')
-rw-r--r--cpp-timeplot/README.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/cpp-timeplot/README.md b/cpp-timeplot/README.md
deleted file mode 100644
index 2700f9f..0000000
--- a/cpp-timeplot/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# TimePlot C++ Implementation
-
-WebGPU-based waterfall plot renderer using Dawn and GLFW.
-
-## Dependencies
-
-- CMake 3.20+
-- C++20 compiler
-- GLFW3
-- Dawn (fetched automatically by CMake)
-
-## Build
-
-```bash
-mkdir build && cd build
-cmake ..
-make -j$(nproc)
-./timeplot
-```
-
-## Controls
-
-- `G` - Toggle grid visibility
-- `ESC` - Exit application
-
-## Features
-
-- Multi-threaded GPU rendering via Vulkan/WebGPU
-- Multiple graph views (side-by-side)
-- Animated waterfall plots
-- Grid lines and borders
-- Real-time data visualization