Skip to content

remmel/aframe-volograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Aframe component to display volograms in web browser

Resources

Stars

Watchers

Forks

Packages

No packages published