aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

support component groups from registry #336

Closed ngokevin closed 7 years ago

ngokevin commented 7 years ago

There are some kinks, but at least the component/systems register + work.

https://github.com/aframevr/aframe-registry/pull/26

fernandojsg commented 7 years ago

I've tried it and when I want to add the component static-body to an entity it will add also dynamic-body is it an expected behaviour for that component? Because it seems strange

ngokevin commented 7 years ago

Fixed. It was late so I messed up. Now passes the component name it wants to inject, and only registers that. Also made it a Promise.

fernandojsg commented 7 years ago

Cool!