Skip to content
Easy to use augmented reality web components
Branch: master
Clone or download
Pull request Compare This branch is even with rodrigocam:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build
example
src
.gitignore
LICENSE
README.md
package-lock.json
package.json
webpack.config.js

README.md

ar-gif

Easy to use augmented reality web components!

Introduction

ar-gif is an effort to bring augmented reality with web components in a easy way. For now it only supports gif playing with pattern detection markers, but if you want to add new functionalities feel free to contribute.

Usage

ar-gif has a simple API, we have an ar-scene and one or more ar-markers.

<ar-scene>
  <ar-marker patt="hiro.patt" content="hiro.gif"></armarker>  
</ar-scene>

Each ar-scene is responsible to detect every marker inside it and each marker is reponsible to show his content. The "patt" attribute indicates which pattern will be registered for that marker and the content is the gif that will be played.

You can’t perform that action at this time.