<?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: Arslan A.</title>
    <description>The latest articles on DEV Community by Arslan A. (@arslan_a_043682aad01786e).</description>
    <link>https://dev.to/arslan_a_043682aad01786e</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3992988%2Fe1960995-69c2-471a-92bf-668222ce4520.png</url>
      <title>DEV Community: Arslan A.</title>
      <link>https://dev.to/arslan_a_043682aad01786e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arslan_a_043682aad01786e"/>
    <language>en</language>
    <item>
      <title>Limoni: A zero-allocation, 60+ FPS TUI library for Go with 3D mesh rendering, Kitty/Sixel graphics &amp; TEA runtime</title>
      <dc:creator>Arslan A.</dc:creator>
      <pubDate>Wed, 09 Sep 2026 16:02:48 +0000</pubDate>
      <link>https://dev.to/arslan_a_043682aad01786e/limoni-a-zero-allocation-60-fps-tui-library-for-go-with-3d-mesh-rendering-kittysixel-graphics-8na</link>
      <guid>https://dev.to/arslan_a_043682aad01786e/limoni-a-zero-allocation-60-fps-tui-library-for-go-with-3d-mesh-rendering-kittysixel-graphics-8na</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwi8078qhe8k9g8e4jlun.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwi8078qhe8k9g8e4jlun.png" alt="Limoni Terminal UI" width="800" height="1068"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I've been building &lt;strong&gt;Limoni&lt;/strong&gt;, a Terminal User Interface (TUI) engine for Go written from scratch with a strong focus on rendering throughput, zero allocations on the hot draw path, and rich visual capabilities.&lt;/p&gt;

&lt;p&gt;Here is a quick breakdown of what it brings to the table out of the box:&lt;/p&gt;

&lt;h3&gt;
  
  
  🚀 Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;3D Graphics Engine:&lt;/strong&gt; Wavefront &lt;code&gt;OBJ&lt;/code&gt;, &lt;code&gt;STL&lt;/code&gt;, and &lt;code&gt;PLY&lt;/code&gt; loader, Lambertian &amp;amp; Gouraud depth-buffer shaders, and texture mapping rendered directly in your terminal using 2x4 Braille subpixels.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hardware Image Drivers:&lt;/strong&gt; Native support for Kitty Graphics Protocol, Sixel, and iTerm2 with automatic ANSI half-block fallback.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Strict Unicode &amp;amp; Emoji Safety:&lt;/strong&gt; Table-driven East Asian Width (EAW) calculation and continuation cell tracking — wide emojis (🔴, 🚀) won't corrupt rows or shred borders when dragging modal dialogs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Elm Architecture (TEA):&lt;/strong&gt; Predictable state updates with concurrent goroutine commands and deterministic event delivery.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero Heap Allocations on Render:&lt;/strong&gt; Contiguous 1D memory buffer (&lt;code&gt;[]cell.Cell&lt;/code&gt;) and an ANSI differential engine that emits minimal escape bytes with &lt;code&gt;\x1b[?2026h&lt;/code&gt; synchronized output.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simple Single-Import API:&lt;/strong&gt; Modern fluent builders (&lt;code&gt;limoni.NewBlock()&lt;/code&gt;, &lt;code&gt;limoni.NewTable()&lt;/code&gt;, &lt;code&gt;limoni.SplitVertical()&lt;/code&gt;) so you don't have to juggle dozens of disjointed subpackages.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🔗 Links &amp;amp; Resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;📦 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/thebanri/limoni" rel="noopener noreferrer"&gt;github.com/thebanri/limoni&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🌐 &lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://limoni-website.vercel.app/" rel="noopener noreferrer"&gt;limoni-website.vercel.app&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📚 &lt;strong&gt;Go Reference:&lt;/strong&gt; &lt;a href="https://pkg.go.dev/github.com/thebanri/limoni" rel="noopener noreferrer"&gt;pkg.go.dev/github.com/thebanri/limoni&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I would love to hear your feedback, thoughts on the API ergonomics, or edge-case terminal bug reports!&lt;/p&gt;

</description>
      <category>go</category>
      <category>tui</category>
      <category>cli</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
