Completed
- pushing docker image to azure container registry
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using AltspaceVR and MRE to Build a Chuck Norris Quote Generator in the Metaverse Hosted in Azure
Automatically move to the next video in the Classroom when playback concludes
- 1 - introduction
- 2 - getting started with altspacevr
- 3 - creating custom universes and worlds
- 4 - getting started with the mixed reality extensions MRE sdk
- 5 - MRE Hello World Sample
- 6 - Displaying our MRE objects in Altspace VR worlds
- 7 - Issues the standard MRE typescript boilerplate
- 8 - A better MRE typescript and ESBuild boilerplate
- 9 - Hot Reloading MRE using ESBuild and ESBuild-Register
- 10 - Calling API's from MRE objects with Chuck Norris
- 11 - Github Copilot actually works sometimes
- 12 - Displaying our API powered MRE object in an altspacevr world
- 13 - Deploying our MRE objects to Azure
- 14 - Installing Azure CLI tools and logging in
- 15 - Creating an Azure Container Registry
- 16 - Building Mixed Reality Extensions using Docker Build and Dockerfile
- 17 - Building for Azure on an Apple Silicon M1
- 18 - tagging docker image for azure
- 19 - pushing docker image to azure container registry
- 20 - deploying container image to azure container instances
- 21 - configuring altspace vr to use our MRE azure container instance
- 22 - conclusion