Skip to content

Commit 0a56d45

Browse files
authored
Update architecture-play.md
1 parent 5367c70 commit 0a56d45

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

architecture-play.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Virtualization Studio for macOS
22

3+
https://chat.deepseek.com/a/chat/s/0068fc37-1449-4a08-b183-0534fea2c7ca
4+
35
A native macOS virtual machine manager built using Apple's Virtualization framework, providing Parallels-like functionality with modern Swift and SwiftUI.
46
🏗️ System Architecture
57
High-Level Architecture Overview
@@ -15,6 +17,18 @@ text
1517
│ Core Framework Layer │
1618
└─────────────────────────────────────────────────────────────┘
1719

20+
graph TB
21+
A[Presentation Layer] --> B[Business Logic Layer]
22+
B --> C[Services Layer]
23+
C --> D[Core Framework Layer]
24+
25+
A1[SwiftUI Views] --> A
26+
B1[ViewModels] --> B
27+
C1[VM Engine] --> C
28+
C2[Storage Manager] --> C
29+
C3[Network Manager] --> C
30+
D1[Virtualization Framework] --> D
31+
1832
📁 Project Structure
1933
text
2034

0 commit comments

Comments
 (0)