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-07-17 21:22:11
最后一次提交2025-07-03 00:21:17
發布數12
最新版本名稱v1.4.1 (發布於 )
第一版名稱v0.3.0 (發布於 )
用户参与
星數672
關注者數31
派生數209
提交數1k
已啟用問題?
問題數414
打開的問題數35
拉請求數332
打開的拉請求數4
關閉的拉請求數67
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?