Skip to content

LightBuzz/Holographic-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Holographic Shop

The Holographic Shop allows customers to browse a collection of products in Mixed Reality. The customers can view products, interact with them, position them in the 3D space, and even create a virtual Cart. The application consists of a Unity client app and a Microsoft Azure backend.

Unity - HoloLens

The Unity client application downloads the data from the server, renders the holograms, and allows for interaction.

Dependencies

Scenes

Shop

Displays the categories of the products in a holographic list.

Category

Displays the products of the selected category in a holographic list.

Product

Displays the details of the selected product (title, price, descriptions) and two buttons:

  • Add to Cart
  • Interact

Cart

Displays the products that have been added to the Cart, using the "Add to Cart" button.

Interaction

Allows the customer to interact with a Hologram and place it in the 3D space. The scene is using Spatial Mapping and allows the customer to place a product on the detected surfaces (wall, floor, etc). Additionally, this screen offers hologram-specific capabilities. Examples:

  • Place a TV on a wall and watch a video.
  • Place a desk on the floor and move nearby.
  • Place a Stereo on a desk and turn on the music.

Microsoft Azure

The Microsoft Azure backend infrastructure includes the data and the HTTPS web API endpoints.

More information to be added soon.

Releases

No releases published

Packages

No packages published