scenevr / htmltexture-component

Aframe component for using html as a texture, powered by html2canvas
https://scenevr.github.io/htmltexture-component/
MIT License
48 stars 12 forks source link

build.js file is missing, and a few other issues #1

Open auxdesigner opened 8 years ago

auxdesigner commented 8 years ago

Thanks for making this!

  1. I downloaded the zip file repo and ran the examples. The "build.js" file is missing from the repo. I had to view the source of your live example to download the build.js file. Then it worked.
  2. Your gallery page is a 404: https://scenevr.github.io/htmltexture-component/basic/gallery.html
  3. A tutorial of how to add this component to an existing Aframe project would be extremely helpful!

Thanks again!

bnolan commented 8 years ago

The build.js is in the .gitignore intentionally, it seems to be the way the aframe team designed these components.

Fixed gallery page in 919a37f.

The way to try out this component is to clone the repo, run npm install then npm run dev and then you can use the component locally! I'll add some more notes of how to use this in production too, before I close this issue.

auxdesigner commented 8 years ago

Thanks! The other issue I noticed is: I tried it on my phone with Cardboard. When I tap on VR mode button, it just goes fullscreen without rendering 2 lenses, so it won't feel like VR. See how the aframe VR mode looks: https://www.dropbox.com/s/i6c3wuwgpd6mtm3/vr.png?dl=0

xpcrts commented 6 years ago

Hello, I could not fine source code of build.js from live demo... and even .gitignore I could not find any build.js file except text file

Thank before hand