aframe-volograms

0.0.3 • Public • Published

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 git@github.com: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

Package Sidebar

Install

npm i aframe-volograms

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

55.6 kB

Total Files

6

Last publish

Collaborators

  • remmel