aframe-inspector

?️ visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.

Github星跟踪图

A-Frame Inspector

build status

A visual inspector tool for A-Frame scenes. Just hit
<ctrl> + <alt> + i on any A-Frame scene to open up the Inspector.

Also check out:

Inspector Preview

Using the Inspector

Keyboard Shortcut

A-Frame comes with a keyboard shortcut to inject the inspector. Just open
up any A-Frame scene (running at least A-Frame v0.3.0) and press <ctrl> + <alt> + i to inject the inspector, just like you would use a DOM inspector:

Specifying Inspector Build

This is done with the inspector component. By default, this is set on the
scene already. If we want, we can specify a specific build of the Inspector to
inject by passing a URL. For debugging:

<a-scene inspector="url: http://localhost:3333/dist/aframe-inspector.js">
  <!-- Scene... -->
</a-scene>

To use the master branch of the Inspector:

<a-scene inspector="https://cdn.jsdelivr.net/gh/aframevr/aframe-inspector@master/dist/aframe-inspector.min.js">
</a-scene>

Local Development

git clone git@github.com:aframevr/aframe-inspector.git
cd aframe-inspector
npm install
npm start

Then navigate to http://localhost:3333/examples/

主要指标

概览
名称与所有者aframevr/aframe-inspector
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2016-05-20 10:10:10
推送于2025-06-05 07:08:33
最后一次提交2025-04-05 18:21:18
发布数12
最新版本名称v1.4.1 (发布于 )
第一版名称v0.3.0 (发布于 )
用户参与
星数673
关注者数31
派生数207
提交数1k
已启用问题?
问题数414
打开的问题数37
拉请求数323
打开的拉请求数3
关闭的拉请求数67
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?