Posts

Showing posts from April, 2023

Experiential Design - Exercises

Image
Ahmed Yaman Ibrahim (0341119) Experiential Design EXERCISES Week 1 This week we went through a brief introduction of the module, the kind of work we would be doing and the process of installing Unity on our computers Week 2 In this week's class we went through an introduction on Unity and its basics, and tried creating our first AR object. First, we opened up a new project in Unity, selected the platform we were building for and set up the project. Next, we added Vuforia into the project to get the AR to work.  Then we added the ARCamera game object in and added the Vuforia license. Afterwards, we added the image that we wanted to use for the AR project into the Vuforia database we were using for this project.  After adding this database to our Unity project, we imported the image into the project and created a 3D object (in this case a cube) above it. We then tested to see if the cube was visible on our cameras when it detected the image. Afterwards we added some animation to...

Application Design II - Exercises

Image
Ahmed Yaman Ibrahim (0341119) Application Design II EXERCISES Week 1 Was not present for this week as I was still confirming my modules during Module Add/Drop. Referred to a classmate and was told that the week's exercise was a refresher on HTML/CSS by creating a portfolio website for ourselves. Week 2 This week we were tasked to recreate an app page provided by Mr Razif in HTML/CSS. We were given this page in Figma and asked to recreate it using HTML/CSS. In my first attempt I had trouble making the page responsive so I set it to be static and created the page at a fixed mobile size. Week 3 This week we worked some more on the previous exercise in class. After a few more attempts I was able to make the page responsive, but I chose to set a max width for the page as a full desktop-sized screen would make the main band image quite large with the code I wrote. I'll experiment some more to make the page more usable on a desktop screen. Week 4 This week we were introduced to JavaSc...