I just started with Javascript 3 days ago. The thing is I have to develop an AR app hosted in web, so I went for A-frame. So far so good. Problem is our client wants to add some complex UI, similar to a classic 2D UI from a videogame.
So, what should I do about it? I tried React but I have read in forums React+A-Frame is a bad idea, and it doesn't render at all. What do you think is the best approach?
Currently, I am trying to hard code it, although I don't have enough understanding of JavaScript to even know if that's a good idea.
There is a nasty deadline in 2 months, in which I guess I'll have to learn JS and develop this thing.
I tried React + A-Frame, but didn't made it to work. I just want to make an interface for a game in A-Frame
Thanks for your replies.
<a-scene id="mainscene" embedded arjs='sourceType: webcam;' renderer='antialias: true; alpha: true; precision: medium;'>Thanks.