<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Olukoya iyiola</title>
    <description>The latest articles on DEV Community by Olukoya iyiola (@dynamikcodez).</description>
    <link>https://dev.to/dynamikcodez</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F716711%2Fee808531-19cb-4507-afa3-5a57a426b24a.png</url>
      <title>DEV Community: Olukoya iyiola</title>
      <link>https://dev.to/dynamikcodez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dynamikcodez"/>
    <language>en</language>
    <item>
      <title>I’m Building AR/XR Experiences for Nigeria Without ARCore or ARKit</title>
      <dc:creator>Olukoya iyiola</dc:creator>
      <pubDate>Wed, 27 May 2026 08:01:58 +0000</pubDate>
      <link>https://dev.to/dynamikcodez/im-building-arxr-experiences-for-nigeria-without-arcore-or-arkit-52cg</link>
      <guid>https://dev.to/dynamikcodez/im-building-arxr-experiences-for-nigeria-without-arcore-or-arkit-52cg</guid>
      <description>&lt;p&gt;Most AR/XR content online assumes you have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ARCore / ARKit&lt;/li&gt;
&lt;li&gt;flagship devices&lt;/li&gt;
&lt;li&gt;fast internet&lt;/li&gt;
&lt;li&gt;app store distribution&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But I’m building from a different reality.&lt;/p&gt;

&lt;p&gt;I’m an XR/AR developer and product strategist based in Nigeria, studying Computer Science at Babcock University. I’ve been exploring how spatial computing can work in environments where those assumptions don’t hold.&lt;/p&gt;

&lt;p&gt;So instead of native apps, I use browser-based AR (mainly &lt;a href="https://ar-js-org.github.io/AR.js-Docs/?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;AR.js&lt;/a&gt;) powered by QR codes.&lt;/p&gt;

&lt;p&gt;No installs.&lt;br&gt;
No app store friction.&lt;br&gt;
Just scan → open → experience.&lt;/p&gt;

&lt;p&gt;This post is a quick overview of what I’m currently building and exploring.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why WebAR instead of native AR?
&lt;/h2&gt;

&lt;p&gt;In my context, distribution matters more than features.&lt;/p&gt;

&lt;p&gt;If users need to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;download an app&lt;/li&gt;
&lt;li&gt;sign up&lt;/li&gt;
&lt;li&gt;or have high-end hardware&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;…it already limits adoption heavily.&lt;/p&gt;

&lt;p&gt;But if they can:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;scan a QR code and instantly see something in AR&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;then the barrier drops significantly.&lt;/p&gt;

&lt;p&gt;That single constraint changes how I design everything.&lt;/p&gt;




&lt;h1&gt;
  
  
  1. Cultural Headwear AR (Try-on + Cultural Discovery)
&lt;/h1&gt;

&lt;p&gt;Traditional African headwear carries deep cultural meaning, but most of it is lost in static images.&lt;/p&gt;

&lt;p&gt;So I started thinking:&lt;/p&gt;

&lt;p&gt;What if each item could become interactive?&lt;/p&gt;

&lt;p&gt;Each headwear piece becomes a digital object with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AR try-on in browser&lt;/li&gt;
&lt;li&gt;cultural meaning + origin&lt;/li&gt;
&lt;li&gt;3D preview&lt;/li&gt;
&lt;li&gt;QR-linked social filters (Snapchat, TikTok)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tools like &lt;a href="https://www.snapchat.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;Snapchat&lt;/a&gt; and &lt;a href="https://www.tiktok.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;TikTok&lt;/a&gt; already make distribution easy.&lt;/p&gt;

&lt;p&gt;So the idea is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;attach meaning + interaction directly to physical objects.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Use cases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fashion brands&lt;/li&gt;
&lt;li&gt;cultural exhibitions&lt;/li&gt;
&lt;li&gt;tourism boards&lt;/li&gt;
&lt;li&gt;markets and vendors&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  2. CakeView — AR Cake Ordering
&lt;/h1&gt;

&lt;p&gt;One problem I keep seeing in local bakeries:&lt;/p&gt;

&lt;p&gt;Customers can’t visualize what they are ordering.&lt;/p&gt;

&lt;p&gt;Everything happens through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WhatsApp chats&lt;/li&gt;
&lt;li&gt;reference images&lt;/li&gt;
&lt;li&gt;repeated corrections&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I explored a different flow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Scan QR code&lt;/li&gt;
&lt;li&gt;Open 3D cake catalog&lt;/li&gt;
&lt;li&gt;Customize layers, icing, decorations&lt;/li&gt;
&lt;li&gt;Preview in AR on your table&lt;/li&gt;
&lt;li&gt;Send final order directly to baker&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;reduce misunderstanding between customer and baker.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is less “startup idea” and more B2B tool for small businesses.&lt;/p&gt;




&lt;h1&gt;
  
  
  3. Tourism AR — Turning Posters into Experiences
&lt;/h1&gt;

&lt;p&gt;Most tourism content is static:&lt;br&gt;
posters, flyers, brochures.&lt;/p&gt;

&lt;p&gt;I wanted to change that.&lt;/p&gt;

&lt;p&gt;With image tracking (AR.js), a printed poster becomes a trigger:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;waterfalls animate&lt;/li&gt;
&lt;li&gt;wildlife appears&lt;/li&gt;
&lt;li&gt;cultural landmarks emerge in 3D&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A simple scan turns marketing into experience.&lt;/p&gt;

&lt;p&gt;Potential users:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tourism boards&lt;/li&gt;
&lt;li&gt;festivals&lt;/li&gt;
&lt;li&gt;museums&lt;/li&gt;
&lt;li&gt;airlines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This works especially well because it doesn’t require apps — just a camera.&lt;/p&gt;




&lt;h1&gt;
  
  
  4. AR Food Menus — Spatial Ordering
&lt;/h1&gt;

&lt;p&gt;Food menus are still mostly flat images.&lt;/p&gt;

&lt;p&gt;But ordering food is actually a visual decision.&lt;/p&gt;

&lt;p&gt;So I explored two ideas:&lt;/p&gt;

&lt;h3&gt;
  
  
  A. Conversational AR Menu
&lt;/h3&gt;

&lt;p&gt;Scan QR → chat-style menu → select dish → see it in AR on your table&lt;/p&gt;

&lt;h3&gt;
  
  
  B. Immersive Dish View
&lt;/h3&gt;

&lt;p&gt;Single dish focus:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3D preview&lt;/li&gt;
&lt;li&gt;description&lt;/li&gt;
&lt;li&gt;price&lt;/li&gt;
&lt;li&gt;order button&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why this matters:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;better visualization = higher confidence = higher order value&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is especially relevant for small restaurants competing on trust.&lt;/p&gt;




&lt;h1&gt;
  
  
  What I’m really interested in (long-term)
&lt;/h1&gt;

&lt;p&gt;Beyond commerce, I’m very interested in &lt;strong&gt;teleoperation and remote exploration&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;XR becomes powerful when it stops being just visualization and becomes interaction with real remote environments.&lt;/p&gt;

&lt;p&gt;That includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;robotics control&lt;/li&gt;
&lt;li&gt;industrial systems&lt;/li&gt;
&lt;li&gt;underwater exploration&lt;/li&gt;
&lt;li&gt;remote learning environments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One area I keep coming back to is &lt;strong&gt;marine exploration&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Imagine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;students in Lagos exploring the ocean floor in real time&lt;/li&gt;
&lt;li&gt;museums streaming live underwater ROV feeds&lt;/li&gt;
&lt;li&gt;researchers collaborating remotely on ocean data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With consumer ROVs and better connectivity, this is becoming more realistic than it sounds.&lt;/p&gt;




&lt;h1&gt;
  
  
  Why I’m sharing this
&lt;/h1&gt;

&lt;p&gt;None of these are “finished products.”&lt;/p&gt;

&lt;p&gt;They’re early-stage explorations.&lt;/p&gt;

&lt;p&gt;But I’ve found it more useful to share thinking early rather than waiting for polished outputs.&lt;/p&gt;

&lt;p&gt;Because in spatial computing, a lot of the interesting work isn’t just technical.&lt;/p&gt;

&lt;p&gt;It’s:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;distribution&lt;/li&gt;
&lt;li&gt;access&lt;/li&gt;
&lt;li&gt;context&lt;/li&gt;
&lt;li&gt;and real-world constraints&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  If you’re building in:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AR / XR / WebAR&lt;/li&gt;
&lt;li&gt;creative tech&lt;/li&gt;
&lt;li&gt;tourism systems&lt;/li&gt;
&lt;li&gt;food commerce tools&lt;/li&gt;
&lt;li&gt;or remote exploration infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’d love to connect and learn what you’re working on.&lt;/p&gt;

</description>
      <category>mixedreality</category>
      <category>robotics</category>
      <category>requestforpost</category>
      <category>career</category>
    </item>
  </channel>
</rss>
