I connected my Meta Quest to OpenClaw and made an AI robot assistant. OpenClaw running on an Ubuntu virtual machine, Meta Quest Voice SDK for speech. zrok to expose endpoint.
Graphics Optimization for VR Architectural Visualization
A guide on optimizing 3D models, materials, textures, lighting, and rendering for VR architectural visualization using Unreal Engine and deploying on Meta Quest.
Code Architecture – Parrot Game Sample
Parrot Game Sample is project made in both Unreal and Unity. We can see how game architecture, concepts, and terms translate from one engine to the other. I want to shed light on certain aspects of this project. Interesting techniques can be learned here.
Making a 2D Game Engine in C++
I made a 2D game engine for learning and personal use. I believe making a game engine, even if it’s simple 2D, let’s you appreciate the complexity that is often abstracted away.
Creating a Game Launcher using Qt C++
Here is a guide on creating a simple game launcher using Qt C++. I used Qt Creator with the integrated Qt Designer, and Qt Widgets C++ module. Qt is known for its cross-platform GUI features for desktop apps.
Pixel Streaming on AWS with Unreal Engine
Unreal Engine Pixel Streaming on AWS. Pixel Streaming allows users to interact with Unreal Engine apps through the web browser. No need to install anything on desktop or mobile. Just send a web link to someone.
The Gabmeister Resources
This page is a collection of links that have helped me throughout my career as a VR, AR, Unreal Engine, and Unity Developer. It covers mostly intermediate-advanced topics.
Google Maps into Anime – Real-time Stable Diffusion & ComfyUI
Let’s turn Google Maps into anime real-time using Stable Diffusion and ComfyUI. Capture a section of the screen and use that to generate the image.
Running Open Large Language Models Locally
Quickstart guide on how to run open large language models (LLMs) on your local computer. I also talk about their history and use cases,
Unreal Engine Build Automation with Jenkins
Automate Unreal Engine build process by setting up a Jenkins server. Pushing an update into your repository triggers a build sequence, packages the build, zips it, and distributes it to users of your choice.
Unreal Engine Dedicated Game Server on Amazon EC2
A short guide on how to deploy dedicated game servers on an Amazon EC2 Instance. This is a great option for quick multiplayer prototyping.
Loading Screens in Unreal Engine
Loading screens in Unreal Engine are not as straightforward as you think. Let’s look at two popular free loading screen plugins: Common Loading Screen from Lyra and Async Loading Screen.
Creating a VR Multiplayer App in Unity
VR multiplayer in Unity with avatar and map selection. I used Photon for multiplayer and Final IK for full-body animation.
VR Async Loading Screen
Here’s a short guide on how to set up a simple asynchronous loading screen between levels for VR in Unreal Engine. Also uses level streaming.
Protecting Unity App Against Hackers
Here is a guide on how to protect your Unity application from hackers. It is recommended to design your app with security in mind from the very beginning.
Unreal Engine VR Multiplayer with Photon Cloud
A reference guide for setting up VR multiplayer using Photon Cloud, Voice and Chat – Multiplayer plugin for Unreal Engine by xixgames.
Video call in VR using Agora SDK
Testing video calls in virtual reality using Agora Video SDK for Unity. I’m using a desktop user (HTC Vive) and a mobile user (Google Pixel 2XL).
Unreal Engine Multiplayer with Photon Cloud
A reference guide for Photon Cloud, Voice and Chat – Multiplayer plugin by xixgames. You can use this plugin to quickly add multiplayer to simple apps.
Creating the Metaverse with Omniscape
Our team at Transmira, Inc. is creating the Metaverse with Omniscape, a platform that blends AR, VR, and real-world locations together with monetization tools for businesses and content creators. Powered by blockchain.
AR Bitcoin Price with Twitter Integration
AR Bitcoin Price with Twitter integration. I used Twitter API v2 to get the tweets and CoinDesk public API to get Bitcoin price.
