zepeng-jin/dsh-particle-whale

Desktop ⭐ 0 MIT other

🐳 DeepSeek official 3D particle whale plugin for DeepSeek Harness / DSH Desktop (Three.js WebGL)

Install

---

## Quick Start

### Option 1: Symlink (Recommended for local dev & testing)

1. Open the DSH Desktop web profile `node_modules` directory:
   ```bash
   cd ~/Library/Application\ Support/dsh-desktop/harness/profiles/web/node_modules
   ```

2. Symlink this project:
   ```bash
   ln -s /path/to/dsh-particle-whale dsh-particle-whale
   ```

3. Register the plugin in `~/Library/Application Support/dsh-desktop/harness/profiles/web/package.json`:
   ```json
   {
     "dependencies": {
       "dsh-particle-whale": "*"
     },
     "dsh": {
       "profile": {
         "bundles": [
           "dsh-particle-whale"
         ]
       }
     }
   }
   ```

4. Launch or reload **DSH Desktop** (`Cmd+R`).

---

### Option 2: Install via npm

Add zepeng-jin/dsh-particle-whale to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.