{"id":18010384,"url":"https://github.com/elasticsea/vr-shopping","last_synced_at":"2025-08-16T23:42:02.109Z","repository":{"id":73788810,"uuid":"317954031","full_name":"ElasticSea/vr-shopping","owner":"ElasticSea","description":"Create your own shopping experience in VR","archived":false,"fork":false,"pushed_at":"2022-02-02T18:39:48.000Z","size":26665,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T23:24:01.882Z","etag":null,"topics":["shopping","unity","vr"],"latest_commit_sha":null,"homepage":"","language":"ShaderLab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElasticSea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-02T18:24:54.000Z","updated_at":"2025-01-13T15:08:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3646d7c-d130-485c-940e-5c3731cd05c6","html_url":"https://github.com/ElasticSea/vr-shopping","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticSea%2Fvr-shopping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticSea%2Fvr-shopping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticSea%2Fvr-shopping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticSea%2Fvr-shopping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElasticSea","download_url":"https://codeload.github.com/ElasticSea/vr-shopping/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670812,"owners_count":20653428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["shopping","unity","vr"],"created_at":"2024-10-30T02:14:05.697Z","updated_at":"2025-03-26T14:31:59.649Z","avatar_url":"https://github.com/ElasticSea.png","language":"ShaderLab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VR Shopping\nhttps://user-images.githubusercontent.com/36990593/120388997-257f2900-c32c-11eb-818d-ce78595c95af.mp4\n\nCreate your own virtual shopping experience. Stream your shopping products through an API including the meshes, textures, materials and metadata.\n\n## Product API\n`https://vr-shopping.azurewebsites.net/api/QueryItems`\n\nEach item along with name, description and othermetada carries additional visual data, which consists source mesh and materials. All materials have standard default shader.\n![github screenshot 1](https://user-images.githubusercontent.com/36990593/120515303-79424e80-c3ce-11eb-8ecc-710a8977ae64.png)\n```json\n{\n    \"Id\": 1,\n    \"Name\": \"Fluffies Bread\",\n    \"Description\": \"Fluffies bread has been bringing delicious tasting, soft textured bread to the table and pleasing generations of families in the process!\",\n    \"Category\": \"other\",\n    \"Price\": 7.99,\n    \"Weight\": \"566.99 g\",\n    \"NutritionFacts\": {\n      \"Calories\": 1400.0,\n      \"Fats\": 15.0,\n      \"Carbohydrates\": 290.0,\n      \"Proteins\": 40.0,\n      \"FatsDaily\": 0.230769232,\n      \"CarbohydratesDaily\": 0.966666639,\n      \"ProteinsDaily\": 0.3\n    },\n    \"Bounds\": {\n      \"Center\": {\n        \"x\": -0.026195392,\n        \"y\": 0.0575647131,\n        \"z\": -3.57627869E-07\n      },\n      \"Extents\": {\n        \"x\": 0.163743958,\n        \"y\": 0.06052745,\n        \"z\": 0.06537649\n      }\n    },\n    \"Visuals\": [\n      {\n        \"Source\": \"https://vrshopping.blob.core.windows.net/items/SMGP_PRE_Bread_wrapped_1024.mesh\",\n        \"Materials\": [\n          {\n            \"IntProperties\": {\n              \"_SrcBlend\": 1,\n              \"_DstBlend\": 10,\n              \"_ZWrite\": 0\n            },\n            \"FloatProperties\": {\n              \"_Mode\": 3.0,\n              \"_Glossiness\": 0.699\n            },\n            \"BoolProperties\": {\n              \"_ALPHATEST_ON\": false,\n              \"_ALPHABLEND_ON\": false,\n              \"_ALPHAPREMULTIPLY_ON\": true,\n              \"_METALLICGLOSSMAP\": true,\n              \"_EMISSION\": true,\n              \"_SPECULARHIGHLIGHTS_OFF\": false,\n              \"_GLOSSYREFLECTIONS_OFF\": false\n            },\n            \"ColorProperties\": {},\n            \"TextureProperties\": {\n              \"_MainTex\": {\n                \"Source\": \"https://vrshopping.blob.core.windows.net/items/TEX_Transparent_items_AA_1024.png\"\n              },\n              \"_MetallicGlossMap\": {\n                \"Source\": \"https://vrshopping.blob.core.windows.net/items/TEX_Transparent_items_MS_512.png\"\n              }\n            },\n            \"RenderQueue\": 3000\n          }\n        ]\n      }\n    ]\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felasticsea%2Fvr-shopping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felasticsea%2Fvr-shopping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felasticsea%2Fvr-shopping/lists"}