{"id":42278074,"url":"https://github.com/lmmtrr/spive2d","last_synced_at":"2026-06-04T07:00:53.942Z","repository":{"id":285717499,"uuid":"959098928","full_name":"lmmtrr/spive2d","owner":"lmmtrr","description":"A simple Spine \u0026 Live2D viewer","archived":false,"fork":false,"pushed_at":"2026-05-23T06:41:08.000Z","size":11241,"stargazers_count":98,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-23T07:30:05.441Z","etag":null,"topics":["live2d","live2d-cubism","spine","spine-animation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmmtrr.png","metadata":{"files":{"readme":"README.ja.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-02T09:09:18.000Z","updated_at":"2026-05-23T06:40:22.000Z","dependencies_parsed_at":"2026-05-07T10:02:07.131Z","dependency_job_id":null,"html_url":"https://github.com/lmmtrr/spive2d","commit_stats":null,"previous_names":["lmmtrr/spive2d"],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/lmmtrr/spive2d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmtrr%2Fspive2d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmtrr%2Fspive2d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmtrr%2Fspive2d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmtrr%2Fspive2d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmmtrr","download_url":"https://codeload.github.com/lmmtrr/spive2d/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmmtrr%2Fspive2d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33893323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["live2d","live2d-cubism","spine","spine-animation"],"created_at":"2026-01-27T08:14:19.242Z","updated_at":"2026-06-04T07:00:53.936Z","avatar_url":"https://github.com/lmmtrr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spive2D\r\n\r\n[English](README.md) | 日本語 | [中文](README.zh-cn.md)\r\n\r\nhttps://github.com/user-attachments/assets/c8ad28e7-8414-4153-9585-e8c9a8039354\r\n\r\nSpine スケルタルアニメーションと Live2D モデルを表示・操作するための Tauri 製デスクトップアプリケーションです。\r\n\r\n**主な機能**:\r\n\r\n- 📂 ドラッグ＆ドロップでモデルを読み込み（単一フォルダまたは単一圧縮ファイル：zip・7z のみ）\r\n- 🎭 Spine と Live2D の両方に対応\r\n- 🕹️ リアルタイムパラメータ制御\r\n- 🎨 アニメーション/スキン切り替えUI\r\n- 🖱️ マウスインタラクション対応\r\n- 🖥️ クロスプラットフォーム (Windows/macOS/Linux)\r\n\r\n## ⌨️ キーボードショートカット\r\n\r\n| 操作                    | ショートカット             |\r\n| ----------------------- | -------------------------- |\r\n| 📂 前のディレクトリ     | `Q`                        |\r\n| 📁 次のディレクトリ     | `W`                        |\r\n| ⏮️ 前のシーン           | `A`                        |\r\n| ⏭️ 次のシーン           | `S`                        |\r\n| ◀️ 前のアニメーション   | `Z`                        |\r\n| ▶️ 次のアニメーション   | `X`                        |\r\n| 📷 画像を書出           | `E`                        |\r\n| 🖼️ 連番画像を書出       | `D`                        |\r\n| 💾 アニメーションを書出 | `C`                        |\r\n| ⚙️ 設定を開く/閉じる    | `R`                        |\r\n| 📝 リストに追加         | `V`                        |\r\n| ❌ 終了                 | `Ctrl/Cmd+W`, `Ctrl/Cmd+Q` |\r\n\r\n- **リストに追加**: 現在のシーンテキストをリストに保存します。エクスポートされたリストの処理については [`py/copy_by_list.py`](py/copy_by_list.py) を参照してください。\r\n\r\n## 🍎 macOSユーザー向け\r\n\r\n「アプリが壊れているため開けません」等のメッセージが表示されて起動できない場合は、ターミナルで以下のコマンドを実行してquarantine（隔離）属性を解除してください。\r\n\r\n```bash\r\nxattr -dr com.apple.quarantine /path/to/spive2d_aarch64.app\r\n```\r\n\r\n## 🐧 Linuxユーザー向け\r\n\r\n**GUIでの実行**:\r\n実行ファイルを実行するには、ファイルのプロパティ等で「**プログラムとして実行可能 (Executable as Program)**」のトグルスイッチをオンにして、「**プログラムとして実行 (Run as a Program)**」から実行してください。\r\n\r\n**ターミナルでの実行**:\r\nまたは、ターミナルから実行権限を付与して起動することもできます。\r\n\r\n```bash\r\nchmod +x /path/to/spive2d_linux_x64\r\n./spive2d_linux_x64\r\n```\r\n\r\n## 🚀 開発\r\n\r\nローカル開発環境を構築するには、以下のツールをインストールしてください。\r\n\r\n**前提条件:**\r\n\r\n- **Bun**: [Bun のインストール](https://bun.sh)\r\n- **Rust**: [Rust のインストール](https://www.rust-lang.org/ja/tools/install)\r\n- **Tauri**: お使いのOSに合わせて [Tauri セットアップガイド](https://v2.tauri.app/start/prerequisites/) を参照してください。\r\n\r\n**セットアップ手順:**\r\n\r\n1.  **リポジトリをクローン:**\r\n\r\n    ```bash\r\n    git clone https://github.com/lmmtrr/spive2d.git\r\n    cd spive2d\r\n    ```\r\n\r\n2.  **依存関係をインストール:**\r\n\r\n    ```bash\r\n    bun install\r\n    ```\r\n\r\n3.  **開発サーバーを起動:**\r\n\r\n    ```bash\r\n    bun run tauri dev\r\n    ```\r\n\r\n4.  **アプリケーションをビルド:**\r\n\r\n    ```bash\r\n    bun run tauri build\r\n    ```\r\n\r\n### 🧪 テスト\r\n\r\nユニットテストおよびE2Eテストを実行します。\r\n\r\n```bash\r\nbun run test\r\n```\r\n\r\n## 🌐 対応バージョン\r\n\r\n**🦴 Spine ランタイム:**\r\n\r\n- Spine 3.6-4.2\r\n\r\n**🎭 Live2D Cubism:**\r\n\r\n- Cubism 2.1\r\n- Cubism 4.x\r\n\r\n## 📦 依存関係\r\n\r\n- [Tauri](https://github.com/tauri-apps/tauri) ([MIT](https://github.com/tauri-apps/tauri/blob/dev/LICENSE_MIT))\r\n- [Spine Runtimes](https://github.com/EsotericSoftware/spine-runtimes) ([LICENSE](https://github.com/EsotericSoftware/spine-runtimes/blob/master/LICENSE))\r\n- [pixi-live2d-display](https://github.com/guansss/pixi-live2d-display) ([MIT](https://github.com/guansss/pixi-live2d-display/blob/master/LICENSE))\r\n\r\n## 📄 ライセンス\r\n\r\n[MIT ライセンス](https://github.com/lmmtrr/spive2d/blob/main/LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmmtrr%2Fspive2d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmmtrr%2Fspive2d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmmtrr%2Fspive2d/lists"}