https://github.com/lightbuzz/holographic-shop
Holographic e-shop.
https://github.com/lightbuzz/holographic-shop
Last synced: 9 months ago
JSON representation
Holographic e-shop.
- Host: GitHub
- URL: https://github.com/lightbuzz/holographic-shop
- Owner: LightBuzz
- License: apache-2.0
- Created: 2017-05-31T16:50:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T23:58:00.000Z (about 9 years ago)
- Last Synced: 2025-06-05T17:47:05.256Z (about 1 year ago)
- Language: C#
- Size: 27.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* [Unity 5.6.1f1](https://unity3d.com/unity/whats-new/unity-5.6.1)
* [HoloToolkit for Unity 5.6.1f1](https://github.com/Microsoft/HoloToolkit-Unity/releases/tag/v1.5.7.0)
## 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.