{"id":50241111,"url":"https://github.com/ut42tech/llmeta-client-prototype","last_synced_at":"2026-05-26T21:05:01.921Z","repository":{"id":308531947,"uuid":"1033122832","full_name":"ut42tech/llmeta-client-prototype","owner":"ut42tech","description":"[WIP] Client-Side of Project LLMeta","archived":false,"fork":false,"pushed_at":"2025-10-31T14:24:43.000Z","size":121816,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-03T08:25:01.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metaverse.ut42tech.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ut42tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-06T10:31:54.000Z","updated_at":"2025-11-21T14:48:51.000Z","dependencies_parsed_at":"2025-10-24T17:34:48.122Z","dependency_job_id":null,"html_url":"https://github.com/ut42tech/llmeta-client-prototype","commit_stats":null,"previous_names":["ut42univ/llm-metaverse-client","ut42univ/llmeta-client","ut42tech/llmeta-client"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ut42tech/llmeta-client-prototype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ut42tech%2Fllmeta-client-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ut42tech%2Fllmeta-client-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ut42tech%2Fllmeta-client-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ut42tech%2Fllmeta-client-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ut42tech","download_url":"https://codeload.github.com/ut42tech/llmeta-client-prototype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ut42tech%2Fllmeta-client-prototype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33538718,"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":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-05-26T21:04:17.649Z","updated_at":"2026-05-26T21:05:01.915Z","avatar_url":"https://github.com/ut42tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project LLMeta クライアント\n\nProject LLMeta のフロントエンドアプリケーションです。3D 空間のレンダリング、ユーザーインタラクション、およびバックエンドサービスへの接続を担当します。\n\n## 技術スタック\n\n- **フレームワーク:** [Next.js](https://nextjs.org/)\n- **言語:** [TypeScript](https://www.typescriptlang.org/)\n- **3D レンダリング:**\n  - [@react-three/fiber](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction)\n  - [@react-three/drei](https://github.com/pmndrs/drei)\n- **XR:** [@react-three/xr](https://docs.pmnd.rs/react-xr/introduction)\n- **マルチプレイヤー:** [Colyseus.js](https://docs.colyseus.io/colyseus/getting-started/javascript-client/)\n- **UI:**\n  - [Radix UI](https://www.radix-ui.com/)\n  - [Tailwind CSS](https://tailwindcss.com/)\n\n## 実行方法\n\n1.  依存関係をインストールします。\n\n    ```bash\n    yarn install\n    ```\n\n2.  開発サーバーを起動します。\n    ```bash\n    yarn dev\n    ```\n\nアプリケーションは [http://localhost:3000](http://localhost:3000) で利用可能になります。\n\n## 環境変数\n\n1. `.env.local.example` を参考にプロジェクト直下で `.env.local` を作成し、必要な値を設定してください。\n\n   ```bash\n   cp .env.local.example .env.local\n   ```\n\n2. 設定する変数\n\n   - `NEXT_PUBLIC_SUPABASE_URL`: Supabase API の URL (CLI のローカル環境では `http://127.0.0.1:54321`)\n\n- `NEXT_PUBLIC_SUPABASE_ANON_KEY`: Supabase の匿名キー (`supabase start` 実行時に表示される anon key を `supabase/.env` と併せて管理)\n- `NEXT_PUBLIC_COLYSEUS_ENDPOINT`: Colyseus サーバーのエンドポイント (デフォルト: `ws://localhost:2567`)\n\n## ディレクトリ構成\n\n- **`src/app`**: アプリケーションの主要なページコンポーネント。\n  - `experience/`: 体験ページ\n  - `lobby/`: ロビーページ\n  - `vrm/`: VRMアバタープレビューページ\n- **`src/components`**: 再利用可能な React コンポーネント。\n  - `experience/`: 体験関連のコンポーネント\n  - `main/`: メインページ関連のコンポーネント\n  - `player/`: プレイヤー関連のコンポーネント\n  - `scene/`: 3Dシーン関連のコンポーネント\n  - `ui/`: UI コンポーネント（Shadcn/ui）\n  - `vrm/`: VRMアバター関連のコンポーネント\n- **`src/hooks`**: カスタム React フック（camelCase命名規則）。\n  - Colyseusとの接続ライフサイクル、リアルタイムプレゼンス、XRサポートなど\n- **`src/types`**: 共有型定義。\n  - `player.ts`: プレイヤー関連の型\n  - `user.ts`: ユーザー関連の型\n- **`src/stores`**: Zustandストア。\n- **`src/utils`**: ユーティリティ関数。\n- **`src/lib`**: ライブラリ設定（Supabaseなど）。\n- **`public`**: 3D モデルやフォントなどの静的アセット。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fut42tech%2Fllmeta-client-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fut42tech%2Fllmeta-client-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fut42tech%2Fllmeta-client-prototype/lists"}