Skip to content

Commit 61e2eb1

Browse files
committed
Add screenshots
1 parent 4c299d9 commit 61e2eb1

File tree

11 files changed

+2756
-5
lines changed

11 files changed

+2756
-5
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,28 @@ A next-generation code comparison tool that performs structural and semantic ana
2323
- **Structure View**: AST-level structural comparison
2424
- **Function-Centric View**: Detailed function-level analysis with similarity scores
2525

26+
## 📸 Product Screenshots
27+
28+
### Diff Overview - Summary View
29+
The summary view provides a comprehensive overview of all changes, with functions sorted by change magnitude (most changed first). See statistics on total functions, changes, and detailed breakdowns by change type.
30+
31+
![Diff Overview](screenshots/01-diff-overview.png)
32+
33+
### Function Diff View
34+
Detailed side-by-side or unified diff view showing exact code changes within functions. Includes syntax highlighting and intelligent change detection at the AST level.
35+
36+
![Function Diff](screenshots/02-function-diff.png)
37+
38+
### Interactive Graph Visualization
39+
Visual graph representation of function relationships and matches between source and target codebases. Nodes represent functions, with color coding for change types and interactive zoom/pan capabilities.
40+
41+
![Graph View](screenshots/03-graph-view.png)
42+
43+
### Detailed Function Diff - Modified Function
44+
Focused view of a specific modified function showing the detailed diff with syntax highlighting. Filter by change type (modified, added, deleted, renamed, moved) and click any function to see its complete diff with line-by-line changes.
45+
46+
![Modified Function Diff](screenshots/04-modified-function-diff.png)
47+
2648
## 📦 Installation
2749

2850
### Prerequisites

0 commit comments

Comments
 (0)