Skip to content

GOAnaft/artgallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8th Wall Web Examples - AFrame - Art Gallery

This example uses image targets to show information about paintings in AR. This showcases image target tracking, as well as loading dynamic content and using the xrextras-generate-image-targets component.

artgallery-screenshot

Try the live demo here

artgallery

Uploading to Console

To link the image targets to your app key, you will need to upload each image to your app in console at console.8thwall.com.

Image target metadata allows us to generalize behaviors, linking specific data to the image targets themselves. Add the correct metadata to each image target on the console to make it available to your app.

{
  "title":"A Sunday Afternoon on the Island of La Grande Jatte",
  "artist":"Seurat",
  "date":"1884"
}

{
  "title":"Monet Tulip Fields With The Rijnsburg Windmill",
  "artist":"Monet",
  "date":"1886",
  "wikiTitle":"Claude Monet"
}

{
  "title":"The Starry Night",
  "artist":"Van Gogh",
  "date":"1889"
}

{
  "title":"Mona Lisa",
  "artist":"Da Vinci",
  "date":"1503-1506"
}

{
  "title":"Claude Monet painting in his Garden at Argenteuil",
  "artist":"Renoir",
  "date":"1873",
  "wikiTitle":"Pierre-Auguste Renoir"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published