Skip to content

Commit 9bbc7bd

Browse files
author
王璨
committed
docs: replace demo GIFs with inline <video> via GitHub CDN
- Replace 4 show_*.gif references with <video> tags using GitHub user-attachments CDN links (matching ViMax README layout) - Compress source videos to ~2-3MB each (720p, h264) to fit under the 10MB GitHub attachment limit - Update tip text to reflect inline playback behavior
1 parent 6b58e01 commit 9bbc7bd

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,17 @@
2727
<table align="center">
2828
<tr>
2929
<td align="center" width="50%">
30-
<img src="docs/screen_shots/show_dscode_web_ui.gif" alt="dscode Web UI" width="100%" />
30+
<video src="https://github.com/user-attachments/assets/b92aedab-93cc-4188-976a-0fcae614c04d" controls width="100%"></video>
3131
<br /><sub><b>Web UI</b> — streaming chat, tool calls, permission dialogs</sub>
3232
</td>
3333
<td align="center" width="50%">
34-
<img src="docs/screen_shots/show_dscode_tui.gif" alt="dscode TUI" width="100%" />
34+
<video src="https://github.com/user-attachments/assets/79790daa-d6f3-4d43-8306-e1d93561600c" controls width="100%"></video>
3535
<br /><sub><b>Terminal UI</b> — real-time streaming, slash commands, inline rendering</sub>
3636
</td>
3737
</tr>
38-
</table>
3938

40-
> **Tip:** GIFs auto-play in GitHub. Click any image for full-size view.
4139

42-
---
40+
> **Tip:** Videos play inline — click to watch demos directly in GitHub.
4341
4442
## What makes dscode different
4543

@@ -148,19 +146,17 @@ dscode auto-connects on launch. Tools appear as `mcp_blender_*` and `mcp_playwri
148146
<table align="center">
149147
<tr>
150148
<td align="center" width="50%">
151-
<img src="docs/screen_shots/show_playcanvas.gif" alt="PlayCanvas via MCP" width="100%" />
149+
<video src="https://github.com/user-attachments/assets/917414f9-9f39-457e-9358-98f6abe01220" controls width="100%"></video>
152150
<br /><sub><b>PlayCanvas + MCP</b> — build a jump game entirely through natural language</sub>
153151
</td>
154152
<td align="center" width="50%">
155-
<img src="docs/screen_shots/show_blender.gif" alt="Blender via MCP" width="100%" />
153+
<video src="https://github.com/user-attachments/assets/cf62021e-bb1c-4aa3-953d-b0d09631a1ef" controls width="100%"></video>
156154
<br /><sub><b>Blender + MCP</b> — 3D modeling and scene composition through conversation</sub>
157155
</td>
158156
</tr>
159157
</table>
160158

161-
> **Tip:** These are real MCP workflows — dscode orchestrates PlayCanvas and Blender as if they were native APIs.
162-
163-
---
159+
> **Tip:** Videos play inline — these are real MCP workflows, click to watch.
164160
165161
## Install
166162

0 commit comments

Comments
 (0)