Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 915 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 915 Bytes

aframe-volograms

Aframe component to display volograms in web browser. Use volograms-js.
I didn't use a lot aframe; do not hesitate to create an issue to suggest another way to use it.

Usage

<a-entity vologram src="https://www.example.com/foo/bar/1670754904327_ld/texture_1024_h264.mp4"></a-entity>

See the index.html for a complete example.
Live demo

TODO

Probably better expose the HTMLVideoElement properties, although you can already access them (see index.html)

How to contribute

  • clone repo : git clone [email protected]:remmel/aframe-volograms.git
  • run local webserver : npm run start
  • build js : npm run build (THREE is not included as in aframe; volograms-js is included)
  • publish new version : npm version 0.1.1 npm publish