# xr-editor **Repository Path**: mecol/xr-editor ## Basic Information - **Project Name**: xr-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-21 - **Last Updated**: 2025-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XR Editor ![workflow](https://github.com/AwesomeXR/xr-editor/actions/workflows/ci.yml/badge.svg) ![npm](https://img.shields.io/npm/dw/xr-editor) ![npm](https://img.shields.io/npm/v/xr-editor) ![](https://rshop.tech/gw/assets/upload/202308292230998.png) ![](https://rshop.tech/gw/assets/upload/202308292258070.png) 一个开源的 3D 编辑器。 - 基于 [Babylon.js](https://www.babylonjs.com/)、React 和 antd - 可外部扩展的面板系统 - 内建 H5、apng 导出功能 ## 在项目中使用 ```bash npm install xr-editor ``` 参见示例:[demo/page/XREdtiroPage.tsx](demo/page/XREdtiroPage.tsx) - 扩展面板:参见 [src/xr/BuiltinExtension/ModelDesignOutline](src/xr/BuiltinExtension/ModelDesignOutline) ## 本地启动 ```bash npm install npm run app:dev ```