• Stars
    star
    241
  • Rank 166,815 (Top 4 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created almost 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebAR-Article is a responsive and information rich website that is progressively enhanced with Augmented Reality content exposed through experimental web technologies.

WebAR-Article

About

Article is a responsive and information rich website that is progressively enhanced with Augmented Reality (AR) content exposed through experimental web technologies. Check out Article in action here:

https://google-ar.github.io/WebAR-Article/public/

To learn more about Article, check out the blog post here:

https://www.blog.google/products/google-vr/augmented-reality-web-everyone/

To learn more about the technologies behind WebAR-Article, please visit:

https://developers.google.com/ar/develop/web/getting-started

Getting Started

Prerequisites

WebAR-Article will work everywhere, desktop, tablet and mobile. However, if you want to experience WebAR-Article's AR content make sure you have installed WebARonARKit if you are on iOS or WebARonARCore on Android. If you aren't familar with these experimental browsers, please visit their respective github repository to learn how to get starting.

WebAR-Article is built using modern web development tooling, so before getting started make sure you have node and the npm package manager installed on your development machine.

Installing

Clone this repository and change directories into it and then install its dependencies.

git clone [email protected]:google-ar/webar-article.git article && cd article && npm install

Running

To view the site on desktop, start the webpack dev server by the following command:

npm run dev

Then open your browser and navigate to localhost:8000. To view Article's AR content, open either WebARonARCore on Android or WebARonARKit on iOS and navigate the browser to the IP address of the machine serving the site, followed by the port 8000: i.e. http://XXX.XXX.XXX.XXX:8000

Building

To build the site for deployment, run the following command:

npm run build

Once built, all the build files will be in the public folder.

Contributing

If you have fixes, we would love to have your contributions. Please read CONTRIBUTING.md for more information on the process we would like contributors to follow.

License

Apache License Version 2.0 (see the LICENSE file inside this repo).

Disclaimer

This is not an official Google product.

Built with

Credits

Links

More Repositories

1

arcore-android-sdk

ARCore SDK for Android Studio
C++
4,949
star
2

three.ar.js

A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
JavaScript
2,906
star
3

arcore-unity-sdk

ARCore SDK for Unity
C#
1,401
star
4

sceneform-android-sdk

Sceneform SDK for Android
Java
1,227
star
5

WebARonARKit

An experimental app for iOS that lets developers create Augmented Reality (AR) experiences using web technologies.
Objective-C
770
star
6

WebARonTango

A proposal to provide Augmented Reality (AR) capabilities to the web in the form of a prototype on top of WebVR built in Chromium.
C++
389
star
7

arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
C#
347
star
8

arcore-ios-sdk

ARCore SDK for iOS
Objective-C
280
star
9

arcore-unreal-sdk

ARCore SDK for Unreal
C++
277
star
10

codelab-webxr

Building an augmented reality application with the WebXR Device API
JavaScript
171
star
11

demo-megagolf

ARCore demo featuring a geospatial and semantic play experience in the city using Unity
C#
63
star
12

codelab-geospatial

Java
34
star
13

codelab-cloud-anchors

Sample code for the ARCore Cloud Anchors Codelab
Java
31
star
14

codelab-augmented-images-intro

Java
19
star
15

codelab-depth-api

Java
11
star
16

codelab-raw-depth-api

Java
7
star
17

codelab-unity-drive-ar-game

C#
7
star
18

codelab-scene-semantics-geospatial-depth

ARCore Scene Semantics and Geospatial Depth Codelab project
Java
4
star
19

codelab-geospatial-creator-places-api

C#
4
star
20

codelab-streetscape-geometry-rooftop-anchors

ARCore Streetscape Geometry and Rooftop anchors Codelab project
Java
2
star