Skip to content

Commit 18d2a7d

Browse files
rmzlbclaude
andcommitted
Add real logo and screenshot images for GitHub README
- Created actual logo.svg based on the site's Logo component - Added minimalist geometric cutting optimization design - Created screenshot.svg showing the app interface - Images will now display properly on GitHub 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 55823d1 commit 18d2a7d

3 files changed

Lines changed: 144 additions & 16 deletions

File tree

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Gomory - Cutting Optimizer
22

33
<div align="center">
4+
<img src="public/logo.svg" alt="Gomory Logo" width="120" height="120" />
45

5-
# 🪚 Gomory
6+
# Gomory
67

78
### Two-stage guillotine cutting algorithm for material optimization
89

@@ -38,21 +39,15 @@
3839

3940
Try the live demo at [gomory-optimizer.vercel.app](https://gomory-optimizer.vercel.app)
4041

41-
### Key Features Preview:
42-
```
43-
┌──────────────────────────────────────┐
44-
│ Board: 2800 x 2070 mm │
45-
│ ┌────┬─────────────────────┐ │
46-
│ │ A1 │ B1 │ │
47-
│ ├────┼─────────────────────┤ │
48-
│ │ A2 │ B2 │ │
49-
│ ├────┴─────────────────────┤ │
50-
│ │ C1 │ │
51-
│ └──────────────────────────┘ │
52-
│ Utilization: 85% │
53-
│ Cuts: 7 | Waste: 15% │
54-
└──────────────────────────────────────┘
55-
```
42+
<div align="center">
43+
<img src="docs/screenshot.svg" alt="Gomory Screenshot" width="800" />
44+
</div>
45+
46+
### Features in Action:
47+
- 📐 Visual board layout with color-coded pieces
48+
- ✂️ Red dashed lines showing optimal cut positions
49+
- 📊 Real-time utilization statistics
50+
- 📱 Fully responsive interface
5651

5752
## 📦 Installation
5853

docs/screenshot.svg

Lines changed: 108 additions & 0 deletions
Loading

public/logo.svg

Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)