Augmented World Expo Asia 2023

AWE Asia is coming to Singapore for a two-day XR conference – VR/AR/MR conference & Expo. They have announced the Meta, NVIDIA, Microsoft, Google, 3M, IMDA, HTC & more speakers. Being a part of AWE 2023 as a speaker is an honor. See you around at AWE ASIA 2023!

The Augmented World Expo Asia 2023 conference, scheduled to take place in Singapore on August 30-31, has released its agenda. The conference will feature 94 speakers presenting 64 sessions across 9 content tracks, focusing on virtual reality (VR), augmented reality (AR), and related technologies.

Keynote speakers include industry experts Alvin Graylin from HTC, Yu Yuan from IEEE, Ikhwan Cho from SK Telecom, and Terry xR. Schussler from Deutsche Telekom. The list of speakers boasts prominent representatives from global technology giants such as Meta, NVIDIA, Microsoft, Google, Lenovo, and Qualcomm.

Augmented World Expo (AWE) is the world’s leading AR/VR expo after more than 10 years of dedication, development, and high-quality events. AWE organizes four annual events (USA, EU, Asia, and Tel Aviv) and holds a number of other sessions all over the world. AWE Asia is an opportunity to bring together outstanding XR companies, investors, and other international stakeholders in Asia to promote the development of the local XR market. Since its inception in 2010, AWE has become a place where Fortune 500 companies find business solutions, form strategic partnerships, discover financing channels, recruit talent, and give birth to new start-ups. Every year, thousands of Asia’s industry leaders and top resources gather in one room to learn, network, and develop opportunities in every sense.

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 … [Continue reading]

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]