Overview of A-Frame Extras features
masterA-Frame Extras provides various add-ons and helpers for A-Frame VR, organized into the following functional areas:
- controls/: Movement and input handling (e.g.,
movement-controls,keyboard-controls,gamepad-controls). - loaders/: Model loading enhancements (e.g.,
animation-mixer,fbx-model). - misc/: Utility components (e.g.,
grab,sphere-collider,checkpoint). - pathfinding/: Navigation systems (e.g.,
nav-mesh,nav-agent). - primitives/: Extended A-Frame primitives (e.g.,
a-grid,a-ocean,a-tube).
Note: Several components and examples rely on the aframe-physics-system.