/aframe-examples

Various examples of A-Frame usage

Primary LanguageJavaScriptMIT LicenseMIT

aframe-examples

A repository containing a variety of re-usable A-Frame components, and examples of A-Frame component usage.

Content is currently organized into:

  • components - Re-usable A-Frame components (now maintained at aframe-components)
  • compositions - More complex examples that involve composition of multiple A-Frame components.

Components


The components in this repo are now maintained in my aframe-components repo. Components are left here so that they are available for pre-existing users (prior to January 2023) who use them via CDN.

Please migrate to using the aframe-components repo if you can.


Compositions

Wrapped Present

Wrap a virtual gift (any PNG image), for desktop or mobile (not VR)

Example

Instructions

Hand Scaling

Various ways of handling hand scaling for WebXR.

Details here

Networked Physics

Networked A-Frame + Physics

Details here

Networked Reparenting

Networked A-Frame + Reparenting using `object-parent``

Details here