aframe-inspector

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

Github stars Tracking Chart

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/

Main metrics

Overview
Name With Owneraframevr/aframe-inspector
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2016-05-20 10:10:10
Pushed At2025-06-05 07:08:33
Last Commit At2025-04-05 18:21:18
Release Count12
Last Release Namev1.4.1 (Posted on )
First Release Namev0.3.0 (Posted on )
用户参与
Stargazers Count673
Watchers Count31
Fork Count207
Commits Count1k
Has Issues Enabled
Issues Count414
Issue Open Count37
Pull Requests Count323
Pull Requests Open Count3
Pull Requests Close Count67
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private