<?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: ARUN KUMAR V</title>
    <description>The latest articles on DEV Community by ARUN KUMAR V (@arunkumarvallal).</description>
    <link>https://dev.to/arunkumarvallal</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%2F445331%2Fee08ceb6-45b0-4247-9f32-d91cbd7c27c7.jpg</url>
      <title>DEV Community: ARUN KUMAR V</title>
      <link>https://dev.to/arunkumarvallal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arunkumarvallal"/>
    <language>en</language>
    <item>
      <title>How to start learning Augmented Reality from scratch?</title>
      <dc:creator>ARUN KUMAR V</dc:creator>
      <pubDate>Mon, 01 Feb 2021 09:25:20 +0000</pubDate>
      <link>https://dev.to/arunkumarvallal/how-to-start-learning-augmented-reality-from-scratch-5hf4</link>
      <guid>https://dev.to/arunkumarvallal/how-to-start-learning-augmented-reality-from-scratch-5hf4</guid>
      <description>&lt;p&gt;&lt;code&gt;This will guide you to available resources to understand Augmented Reality concepts from scratch.&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“What makes innovative thinking happen?… I think it’s really a mindset. You have to decide.”- Elon Musk&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fv3m3hj6mow238637tjia.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fv3m3hj6mow238637tjia.jpeg" alt="AR" width="626" height="417"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Augmented reality (AR)&lt;/strong&gt; is an experience where designers enhance parts of users’ physical world with computer-generated input. AR part of the surrounding environment is actually ‘real’ and just adding layers of virtual objects to the real environment.&lt;/p&gt;

&lt;p&gt;A medium in which digital information is overlaid on the physical world that is in both spatial and temporal registration with the physical world and that is interactive in real-time&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/24SaS8SkVR4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fundamentals Concepts&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tracking&lt;/li&gt;
&lt;li&gt;Environmental Understanding&lt;/li&gt;
&lt;li&gt;Light Estimation&lt;/li&gt;
&lt;li&gt;Occlusion&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Small Concepts you need to know&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Placing&lt;/li&gt;
&lt;li&gt;Scaling&lt;/li&gt;
&lt;li&gt;Solid Augmented Reality assets&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tracking
&lt;/h3&gt;

&lt;p&gt;AR relies on computer vision to see the real world and recognise the objects in it. The process of scanning, recognizing, segmentation and analyzing environmental information is called &lt;em&gt;tracking&lt;/em&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Inside out&lt;/li&gt;
&lt;li&gt;Outside In&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developers.google.com/ar/discover/concepts#motion_tracking" rel="noopener noreferrer"&gt;Motion Tracking&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://developers.google.com/ar/discover/concepts#environmental_understanding" rel="noopener noreferrer"&gt;Environmental Understanding&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;The ability to detect and generate a flat surface is known as Plane finding. Information about the physical world around AR devices. A major part in Environmental understanding, how it is detecting the planes or horizontal surfaces in an area.&lt;/p&gt;

&lt;h5&gt;
  
  
  Anchors
&lt;/h5&gt;

&lt;p&gt;User-defined points in which AR objects are placed. A virtual object attached to a featured point, which is identified and tracked by Simultaneous localization and mapping (SLAM).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://learningsolutionsmag.com/articles/understanding-anchors-in-augmented-reality-experiences#:~:text=Anchors%20are%20objects%20that%20AR,real%20world%20detection%20and%20tracking." rel="noopener noreferrer"&gt;&lt;strong&gt;Types of Anchors&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Plane Anchors&lt;/li&gt;
&lt;li&gt;Image Anchors&lt;/li&gt;
&lt;li&gt;Face Anchors&lt;/li&gt;
&lt;li&gt;3-D Anchors&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://developers.google.com/ar/discover/concepts#light_estimation" rel="noopener noreferrer"&gt;Light Estimation&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Detecting the lighting automatically of the place around, which forms a better appearance of virtual visuals for the users.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqy8e551dp3a3htza4x82.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqy8e551dp3a3htza4x82.png" alt="Light Estimation " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://medium.com/selerio/occlusion-is-important-in-ar-9a672ff9ca2d" rel="noopener noreferrer"&gt;Occlusion&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;When one 3D object blocks another 3D object from view is known as Occlusion.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fzs8ukju52p9j6897rn6z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fzs8ukju52p9j6897rn6z.png" alt="Occlusion" width="800" height="358"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click &lt;a href="https://www.youtube.com/watch?v=q9PFFqAABBM&amp;amp;ab_channel=6D_ai" rel="noopener noreferrer"&gt;here&lt;/a&gt; to understand more.&lt;/p&gt;

&lt;h5&gt;
  
  
  Online Courses:
&lt;/h5&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.coursera.org/learn/ar/" rel="noopener noreferrer"&gt;Introduction to Augmented Reality and ARCore.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.coursera.org/learn/handheld-ar" rel="noopener noreferrer"&gt;Handheld AR App Development with Unity.&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>android</category>
      <category>ios</category>
      <category>technology</category>
      <category>augmentedrealiy</category>
    </item>
    <item>
      <title>How To Create A GitHub Profile README 📝</title>
      <dc:creator>ARUN KUMAR V</dc:creator>
      <pubDate>Sun, 02 Aug 2020 19:35:18 +0000</pubDate>
      <link>https://dev.to/arunkumarvallal/how-to-create-a-github-profile-readme-ga8</link>
      <guid>https://dev.to/arunkumarvallal/how-to-create-a-github-profile-readme-ga8</guid>
      <description>&lt;p&gt;GitHub recently released a feature that allows users to create a profile-level README to display prominently on their GitHub profile. This article walks through how to access this new feature.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check out My GitHub Profile README 📝 &lt;a href="https://github.com/Arunkumarvallal" rel="noopener noreferrer"&gt;Here&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Why READMEs📝?
&lt;/h3&gt;

&lt;p&gt;The GitHub profile-level README feature allows more content than the bio profile, supports markdown, which means that you can play around with content more visually (Did someone say GIFs!?) and the README is significantly more visible as it is placed above-pinned repositories and takes up as much space above the fold of the webpage as you like.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In my view, the README profile level tends to be a great extension of the standard that many GitHub users are already familiar with.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  How do I create a profile README?
&lt;/h3&gt;

&lt;p&gt;The README profile is created by creating a new repository with the same name as your user name.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;For example, my GitHub username is Arunkumarvallal so I created a new repository with the name Arunkumarvallal.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Create a new repository with the same name (including casing) as your GitHub username: &lt;a href="https://github.com/new" rel="noopener noreferrer"&gt;https://github.com/new&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a README.md file inside the new repo with content. README files can contain many elements like the following: Images (SVG, png, etc…), Gifs, Texts, Emojis. You can also display&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;GitHub Profile Stats Card
Visitors Count Badge
Latest dev.to blogs dynamically (Github Action)
Latest medium blogs dynamically (Github Action)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Commit your cushy new README!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhhu6emsctodbb8tmfpjw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhhu6emsctodbb8tmfpjw.png" alt="Alt Text" width="800" height="178"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If you're on GitHub's web interface you can choose to commit directly to the repository main branch (i.e., master or main) which will make it immediately visible on your profile)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Already have a repo-named username/username?
&lt;/h4&gt;

&lt;p&gt;If you are interested in setting up a profile-level README then you can &lt;a href="https://docs.github.com/en/github/administering-a-repository/renaming-a-repository" rel="noopener noreferrer"&gt;rename the repository&lt;/a&gt; or repurpose its existing README based on what makes the most sense in your particular situation.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F4j2ihw93j866v9pwf4y6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F4j2ihw93j866v9pwf4y6.png" alt="Alt Text" width="800" height="174"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Check the cache message that ✨Special ✨repository "You have found a secret"&lt;br&gt;
NOTE: As I have already created the repo hence it's showing&lt;br&gt;
"The repo already exists"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcsvps11vx7aqcpm1hs2o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcsvps11vx7aqcpm1hs2o.png" alt="Alt Text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  GitHub Profile README 📝 Generator
&lt;/h4&gt;

&lt;p&gt;If you are new to GitHub and do not know how to do a Profile README. Here is a solution for you.&lt;/p&gt;

&lt;h5&gt;
  
  
  &lt;em&gt;Click &lt;a href="https://rahuldkjain.github.io/gh-profile-readme-generator/" rel="noopener noreferrer"&gt;here&lt;/a&gt; to find the solution.&lt;/em&gt;
&lt;/h5&gt;

&lt;h4&gt;
  
  
  Check the below link for Innovative GitHub Profile README📝
&lt;/h4&gt;

&lt;p&gt;There are many people who are done there profile README in innovative ways. They used their skills in their ReadMe. There are a bunch of people I think they did their README in an innovative way and I have listed them down in a link.&lt;/p&gt;

&lt;h5&gt;
  
  
  &lt;em&gt;Click &lt;a href="https://github.com/Arunkumarvallal/innovative-github-profile-readme" rel="noopener noreferrer"&gt;here&lt;/a&gt; to check those people.Contribute Your ideas also.&lt;/em&gt;
&lt;/h5&gt;

</description>
      <category>github</category>
      <category>profile</category>
      <category>readme</category>
    </item>
  </channel>
</rss>
