Skip to content

Commit 86d2f33

Browse files
visualization layer beautified
1 parent c47a2a6 commit 86d2f33

2 files changed

Lines changed: 479 additions & 150 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,26 @@ cgc help
288288
289289
**See the full [CLI Commands Guide](CLI_Commands.md) for all available commands and usage scenarios.**
290290
291+
### 🎨 Premium Interactive Visualization
292+
CodeGraphContext can generate stunning, interactive knowledge graphs of your code. Unlike static diagrams, these are premium web-based explorers:
293+
294+
- **Premium Aesthetics**: Dark mode, glassmorphism, and modern typography (Outfit/JetBrains Mono).
295+
- **Interactive Inspection**: Click any node to open a detailed side panel with symbol information, file paths, and context.
296+
- **Quick Search**: Live-search through the graph to find specific symbols instantly.
297+
- **Intelligent Layouts**: Force-directed and hierarchical layouts that make complex relationships readable.
298+
- **Zero-Dependency Viewing**: Standalone HTML files that work in any modern browser.
299+
300+
```bash
301+
# Visualize function calls
302+
cgc analyze calls my_function --viz
303+
304+
# Explore class hierarchies
305+
cgc analyze tree MyClass --viz
306+
307+
# Visualize search results
308+
cgc find pattern "Auth" --viz
309+
```
310+
291311
292312
---
293313

0 commit comments

Comments
 (0)