{"id":50412266,"url":"https://github.com/s045pd/planet-walk","last_synced_at":"2026-05-31T04:04:14.231Z","repository":{"id":340526179,"uuid":"1166319562","full_name":"s045pd/planet-walk","owner":"s045pd","description":"星球漫步 - Three.js模拟真实星球表面漫步，支持火星/地球/月球等真实地形数据","archived":false,"fork":false,"pushed_at":"2026-04-17T15:50:42.000Z","size":5737,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-04-17T17:33:40.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/s045pd.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2026-02-25T05:11:54.000Z","updated_at":"2026-02-25T10:46:46.000Z","dependencies_parsed_at":"2026-02-25T13:02:34.215Z","dependency_job_id":null,"html_url":"https://github.com/s045pd/planet-walk","commit_stats":null,"previous_names":["s045pd/planet-walk"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/s045pd/planet-walk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2Fplanet-walk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2Fplanet-walk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2Fplanet-walk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2Fplanet-walk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s045pd","download_url":"https://codeload.github.com/s045pd/planet-walk/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2Fplanet-walk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718483,"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-05-31T02:00:06.040Z","response_time":95,"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":[],"created_at":"2026-05-31T04:04:13.340Z","updated_at":"2026-05-31T04:04:14.223Z","avatar_url":"https://github.com/s045pd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌍 星球漫步 Planet Walk\n\n在浏览器中漫步真实星球——地球、火星、月球。\n\n基于 Three.js + TypeScript 构建的 3D 星球探索应用，使用 NASA 真实数据驱动地形渲染。\n\n## 特性\n\n- 🌐 三颗星球：地球、火星、月球，一键切换\n- 🚶 第一人称漫步：WASD 移动 + 鼠标视角 + 空格跳跃\n- 🛰 轨道相机：太空视角旋转缩放，点击着陆\n- 🌄 真实地形：NASA 高度图驱动的 Displacement Map\n- 🌅 大气散射：Rayleigh/Mie 物理散射渲染\n- ⚡ LOD 系统：四叉树球体动态细分\n- 📊 调试面板：FPS、节点数、内存监控\n\n## 快速开始\n\n```bash\n# 安装依赖\nnpm install\n\n# 下载 NASA 纹理（可选，无纹理时使用 fallback 颜色）\nnpm run textures:download\n\n# 启动开发服务器\nnpm run dev\n```\n\n## 操作方式\n\n| 操作 | 轨道模式 | 第一人称模式 |\n|------|---------|------------|\n| 旋转/视角 | 鼠标左键拖拽 | 鼠标移动 |\n| 缩放/前进 | 滚轮 | W/S |\n| 左右移动 | - | A/D |\n| 跳跃 | - | 空格 |\n| 切换星球 | 左上角按钮 | 左上角按钮 |\n\n## 技术栈\n\n- Three.js 0.183 — 3D 渲染\n- TypeScript 5.9 — 类型安全\n- Vite 7.3 — 构建工具\n- GLSL — 大气层/地形着色器\n\n## 项目结构\n\n```\nsrc/\n├── core/          # 引擎、场景、相机、输入\n├── planet/        # 星球渲染、配置、地形、大气层\n├── player/        # 玩家控制、引力、碰撞\n├── camera/        # 轨道/第一人称相机模式\n├── ui/            # HUD、调试面板、星球选择器\n├── shaders/       # GLSL 着色器\n└── utils/         # 工具函数\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs045pd%2Fplanet-walk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs045pd%2Fplanet-walk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs045pd%2Fplanet-walk/lists"}