Augmented Reality Real-time Drawing Application

Augmented Reality (AR) is a technology that can combine real and virtual objects. Interaction is essential in AR, allowing the user to interact with a virtual object in the natural environment. There is various type of gesture interaction that can be applied in AR. Drawing space can also be related to AR technology with the use of provided gesture interaction. The use of gesture interaction in drawing space has become a popular topic among researchers to apply this concept to AR technology by using bare hands to interact directly with AR. However, the visual and spatial complexity of the canvas requires rethinking how to develop a real-time drawing canvas for AR using real hand gestures on a handheld device. The compatibility to convert from traditional drawing into digital drawing space and the use of hand gestures as input is challenging. Therefore, this paper will discuss the designing and development process to actualize the real-time drawing in handheld AR using the user’s real hand.

Read more : https://ieeexplore.ieee.org/abstract/document/9666439

AR Drawing on handheld device with leap motion

Human Teleportation in Extended Reality (xR) application

Extended Reality (xR) encapsulates various computer-altered reality technologies that cover virtual reality (VR), augmented reality (AR), and mixed reality (MR). xR is a technology that merges a virtual element into the real-world with the aims to … [Continue reading]

MR-MEET: Mixed Reality Collaborative Interface for HMD and Handheld Users

Mixed Reality (MR) collaborative interface allows remote collaboration between an HMD (Head Mounted Display) user in Virtual Reality (VR) and a non-HMD user in Augmented Reality (AR). Both users to have a meeting with each other despite the distance … [Continue reading]

ICVRMR 2021

ICVRMR 2021 – International Conference on Virtual and Mixed Reality Interfaces 2021 This virtual conference invites papers from various fields in engineering and technology and computing fields focusing on Virtual and Augmented/Mixed Reality … [Continue reading]

International Conference on Virtual and Mixed Reality Interfaces 2020

ICVRMR 2020 | 16 - 17 November 2020 | Platform Webex International Conference on Virtual and Mixed Reality Interfaces 2020 : https://vicubelab.utm.my/icvrmr2020/ Due to Pandemic COVID 19, ICVRMR 2020 moved from Physical Mode to Digital … [Continue reading]

Extended Reality – Mixed and Virtual Reality Talk

Heart to Heart with Science - 9 October 2019 @ QIU Auditorium Heart-to-Heart with Science is back again! Join us this 9 October 2019 @ QIU Auditorium for Dr. Ajune Wanis LIVE lecture on the topic ''Extended Reality – Mixed and Virtual Reality''. She … [Continue reading]

Ready Player One Game Showcase 2019

الـــــسَّلاَمُ عَلَيْكُـــمْ وَرَحْمَـــة ُاللهِ وَبَرَكَاتُـــهُ / Salam Sejahtera, Y.Bhg. Prof. / Prof. Madya / Dr. / Tuan / Puan / All students, Assalamualaikum, This year brings along a new challenge and goal, we are pleased to invite … [Continue reading]

PhoneGap PHP MySQL example

Step By Step Guide: MySQL Database Creation Writing PHP code for Serverside Writing Jquery code for PhoneGap / Apache Cordova side 1. Connecting Database Server (db.php) <?php header("Access-Control-Allow-Origin: *"); $con = … [Continue reading]

What is the difference between const int*, const int * const, and int const *?

Read it backwards (as driven by Clockwise/Spiral Rule): int* - pointer to int int const * - pointer to const int int * const - const pointer to int int const * const - const pointer to const int Now the first const can be on either … [Continue reading]

Questions about VR, AR and MR

** this questions are being discussed with my students during the Real-time Computer Graphics course. What is 6DOF VR? How to develop in mobile HMD such as using mobile VR headset with controller? 3 degrees of freedom: pitch, yaw, and roll. … [Continue reading]