Skip to content

jsdelivrbot/web-ar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

web-ar

The purpose of this repository is to demonstrate some different approaches to browser based augmented reality and to provide some basic demos to help get others up to speed quickly.

Directory structure

.
├── demos  
    ├── marker-based        # Demos that require the use of a marker to display ar elements in the browser
        └── ...
    ├── markerless          # Demos that run in the browser without the need for markers
        └── ...
    ├── resources           # Assets/resources shared among the demos
        ├── markers         # Contains markers to be used with the marker-based demos
            └── ...
        ├── models          # 3d models shared among the demos
            └── ...

To view the markerless demos you need to use one of Google's experimental browsers that support ARCore or ARKit. Follow instructions for ARCore (here) and ARKit (here).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published