Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Aframe Inspector | 597 | a month ago | 69 | April 23, 2018 | 60 | mit | JavaScript | |||
:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene. | ||||||||||
Aframe Environment Component | 404 | a month ago | 32 | mit | JavaScript | |||||
:sunrise_over_mountains: Infinite background environments for A-Frame in a line of HTML. | ||||||||||
Aframe Presentation Kit | 70 | 4 years ago | 8 | mit | CSS | |||||
:video_camera: Starter slides for giving talks and presentations about A-Frame. | ||||||||||
Aframe City Builder | 70 | 4 years ago | 11 | mit | JavaScript | |||||
🏗️ A-Frame project demonstrating touch controls for building a VR city scene | ||||||||||
Dayframe | 68 | 7 years ago | 1 | mit | HTML | |||||
A boilerplate project to emulate the Daydream remote in aframe projects, using websockets. | ||||||||||
Aframe Svg Extruder | 66 | 1 | 6 months ago | 3 | June 14, 2018 | 5 | mit | JavaScript | ||
A-Frame component to extrude your SVG's files and use in WebVR scenes like magic 🌟 | ||||||||||
Editor Legacy | 53 | 5 years ago | 20 | mit | JavaScript | |||||
📝 Collaborative real-time edition of parcel scenes, with IPFS uploading. Based on aframe-inspector | ||||||||||
Aframe Vuejs 3dio | 50 | 5 years ago | HTML | |||||||
demo to showcase how to combine A-frame and vuejs | ||||||||||
Zanzarah Tools | 24 | 6 years ago | mit | JavaScript | ||||||
The set of various zanzarah browsing and editing tools, written entirely in coffee and js. | ||||||||||
Aframe Mirror Component | 23 | 1 | 6 years ago | 3 | July 31, 2017 | 1 | mit | JavaScript | ||
Mirror effect material that works with snapshots of the scene for A-Frame |
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:
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:
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="url: https://cdn.jsdelivr.net/gh/aframevr/[email protected]/dist/aframe-inspector.min.js">
</a-scene>
git clone [email protected]:aframevr/aframe-inspector.git
cd aframe-inspector
npm install
npm start
Then navigate to http://localhost:3333/examples/