Auto-sync: 2026-04-20 09:58

This commit is contained in:
2026-04-20 09:58:08 +08:00
parent d7bf4ae6de
commit 455f7a3c40
53 changed files with 1889 additions and 0 deletions

22
wiki/entities/A-Frame.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: "A-Frame"
type: entity
tags: [xr, webxr, framework, open-source]
date: 2026-04-20
---
## Definition
A-Frame 是用于构建 WebXR 体验的开源 Web 框架,基于 HTML 构建,提供声明式组件系统。
## Core Attributes
- 基于 HTML 的声明式语法
- 组件驱动的架构
- 内置 WebXR 支持
- 活跃的开源社区
## Related Concepts
- [[WebXR]]:底层 API 标准
- [[Three.js]]:底层 3D 渲染引擎
## Use Cases
快速原型化 XR 应用、VR 演示、教育 XR 体验