alanross / AlvaAR

World tracking for WebAR. A Javascript library for Augmented Reality to run SLAM in the browser.
GNU General Public License v3.0
349 stars 73 forks source link

Example using just an index.html #19

Open marcusx2 opened 1 year ago

marcusx2 commented 1 year ago

Is there an example like arjs, where I can include the alvarjs with the source tag on a single index.html file and use it?

akbartus commented 1 year ago

Hi! Here is the A-Frame example of the library (AR.js uses A-Frame at its core). It uses a single source tag: https://github.com/akbartus/A-Frame-World-Tracking

caoshengdong commented 1 year ago

Hi! Here is the A-Frame example of the library (AR.js uses A-Frame at its core). It uses a single source tag: https://github.com/akbartus/A-Frame-World-Tracking

Can you add a plane indicator on this demo?

akbartus commented 1 year ago

@caoshengdong Did not quite understand what do you mean when you say plane indicator. Could you please explain?

marcusx2 commented 1 year ago

@akbartus he probably means this

caoshengdong commented 1 year ago
image

I might have confused Hit Test with Plane Detection.

TheBricktop commented 5 months ago

Hi! Here is the A-Frame example of the library (AR.js uses A-Frame at its core). It uses a single source tag: https://github.com/akbartus/A-Frame-World-Tracking

I've asked on the issues page of repo about the source code for assembly module but might ask here also: is it literally compiled from alvaAR code or did you made some modifications ?

akbartus commented 5 months ago

@TheBricktop thank you for your inquiry. It was indeed compiled from AlvaAR but with small modifications.