Changes between Version 3 and Version 4 of Other/Summer/2024/AR_Mural
- Timestamp:
- Jul 3, 2024, 6:24:52 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/AR_Mural
v3 v4 2 2 == Project Description 3 3 4 Th e objective of this project is to create a collaborative augmented reality application which will allow remote users to collaboratively create a virtual mural. This project will be created using the Unity game engine and deployed to AR platforms such as theMicrosoft Hololens.4 This project aims to create a collaborative augmented reality application that will allow remote users to create a virtual mural collaboratively. This project will be made using the Unity game engine and deployed to AR platforms such as Microsoft Hololens. 5 5 6 6 In addition to creating the software that will manage the generation and rendering of the mural, another important component of this project is designing an infrastructure that will allow for very low latency collaboration. If time allows, one of the end goals of this project is to deploy it using an "edge cloud" architecture using the OpenAR Cloud project. … … 12 12 13 13 **Week 1**: Presentation Link: [https://docs.google.com/presentation/d/1e9WKNtZdiVpUDRzJE05nQMO2VyV6-vSEcMwTX7Ittqk/edit?usp=sharing] 14 * Got acquainted with Unity and HoloLens, and linked the two 15 * Using the Mixed Reality tool (MRTK) in Unity 16 * Viewed last year's codebase 14 17 15 18 **Week 2**: Presentation Link: [https://docs.google.com/presentation/d/1skRqUdaybDfopb9Gdp5hkInJ3mrngNzjlyoGl3765RU/edit?usp=sharing] 19 * Worked on brush tool 20 * Moved codebase to Gitlab 21 * Found MRTK resources 16 22 17 23 **Week 3**: Presentation Link: [https://docs.google.com/presentation/d/12aLB9c_lplN2I6Wq8cHUoKUdi36zhQ3g9WWYOEJ5wso/edit?usp=sharing] 24 * Refined brush tool and added a select tool 25 * Added voice command for the brush tool 26 * Added a color palette 18 27 19 28 **Week 4**: Presentation Link: [https://docs.google.com/presentation/d/1QMFfploRVZXWm-m6f_h3WRY83yJv5-BGWKhmnzGFggw/edit?usp=sharing] 29 * Started on smoothness, loop, and line buttons 30 * Added size slider functionality 31 * Made shape brushes 20 32 21 33 **Week 5**: Presentation Link: [https://docs.google.com/presentation/d/1aF3V1rku2ULFikMyMB7wBY5Ym2e4HuJrZPH0dsFyyCA/edit?usp=sharing] 34 * Finalized sharpness and size features 35 * Buttons specific to a drawing pop up when in select mode 36 * Created text tool 37 * Refactored code 22 38 23 39 **Week 6**: Presentation Link: [https://docs.google.com/presentation/d/1Gm3-1dNqIkTJQwAcrsrprOLf97ekPJRsANrg5AksCvs/edit?usp=sharing] 40 * Made text tool based on user input 41 * Refactored/documented existing codebase 42 * Created a shape tool and added two shapes - rectangular prism and ellipsoid 43 * Added voice commands for all tools