Changes between Version 3 and Version 4 of Other/Summer/2024/AR_Mural


Ignore:
Timestamp:
Jul 3, 2024, 6:24:52 PM (3 days ago)
Author:
nishia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/AR_Mural

    v3 v4  
    22== Project Description
    33
    4 The 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 the Microsoft Hololens.
     4This 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.
    55
    66In 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.
     
    1212
    1313**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
    1417
    1518**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
    1622
    1723**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
    1827
    1928**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
    2032
    2133**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
    2238
    2339**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