# celestial-motion-simulation **Repository Path**: open-source-sharing/celestial-motion-simulation ## Basic Information - **Project Name**: celestial-motion-simulation - **Description**: 基于Vue3与Three.js构建的3D太阳系运动仿真系统,精确模拟地球自转、地月公转及行星轨道运动。采用WebGL硬件加速渲染,支持视角交互与动画参数调节,适合天文教学演示或前端3D开发学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-28 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue + Three.js 天体运动模型 ![项目预览](preview.gif) 一个使用 Vue 3 和 Three.js 构建的太阳系天体运动模拟项目,展示地球绕太阳、月亮绕地球的公转运动。 ## 功能特性 - 🌞 太阳系主要天体模型(太阳、地球、月亮) - 🌍 地球自转和绕太阳公转 - 🌙 月球绕地球公转 - 🎨 真实比例缩放(或美观比例调整) - ⚙️ 可调节的动画速度控制 - 🔍 交互式视角控制(缩放、旋转) ## 技术栈 - [Vue 3](https://vuejs.org/) - 前端框架 - [Three.js](https://threejs.org/) - 3D 图形库 - [Vite](https://vitejs.dev/) - 构建工具 ## 快速开始 1. 克隆仓库 ```bash git clone https://gitee.com/your-username/vue-threejs-solar-system.git cd vue-threejs-solar-system ```