aframevr / aframe-registry

[DISCONTINUED] Curated collection of community A-Frame components.
https://aframe.io/registry/
MIT License
77 stars 39 forks source link

handle component groups like physics #26

Closed ngokevin closed 8 years ago

ngokevin commented 8 years ago

This allows multiple related components / systems to be registered from a single file.

What the Inspector should do:

aframe-audioanalyser:
  names: [audioanalyser, audioanalyser-waveform, audioanalyser-levels, audioanalyser-beats]
  versions:
    0.3.0:
      version: ^5.5.3
      path: dist/aframe-audioanalyser-components.min.js

aframe-physics:
  names: [physics-body, physics-joint]
  versions:
    0.3.0:
      version: ^2.5.3
      path: dist/aframe-extras.physics.min.js

aframe-leapmotion:
  names: [leapmotion-hands, leapmotion-grab]
  versions:
    0.3.0:
      version: ^3.2.3
      path: dist/aframe-leapmotion.min.js