aframe-gui icon indicating copy to clipboard operation
aframe-gui copied to clipboard

ENH: horizontally arranged gui items in a flex-container

Open davidfstein opened this issue 3 years ago • 3 comments

It seems that items can only be stacked vertically. If they could also be arranged horizontally in a single flex container, the package would be even more complete and recapitulate more of the functionality of a 2D flex box

davidfstein avatar Mar 25 '21 22:03 davidfstein

I agree. I would like to see this. How can I help?

Additionally, when ran, I am never prompted to allow camera access. Where in the code can I make this repo Augmented Reality capable? It seems that if I can allow camera access it may alleviate my use case.

Otherwise this repo runs great locally after installing webpack. I just dont have a VR use case, but an urgent AR one. Please advise. Cheers!

ohmygaugh-crypto avatar May 04 '21 22:05 ohmygaugh-crypto

We are accepting pull requests! :-)

rdub80 avatar May 10 '21 03:05 rdub80

I agree. I would like to see this. How can I help?

Additionally, when ran, I am never prompted to allow camera access. Where in the code can I make this repo Augmented Reality capable? It seems that if I can allow camera access it may alleviate my use case.

Otherwise this repo runs great locally after installing webpack. I just dont have a VR use case, but an urgent AR one. Please advise. Cheers!

you can set the background of transparent and use the AFrame scene in AR <a-scene background="transparent: true">

rdub80 avatar May 10 '21 03:05 rdub80