<?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: 정동우</title>
    <description>The latest articles on DEV Community by 정동우 (@jdw64).</description>
    <link>https://dev.to/jdw64</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%2F2905164%2F4f7a9e46-90b3-4afa-b69c-79057418f419.png</url>
      <title>DEV Community: 정동우</title>
      <link>https://dev.to/jdw64</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jdw64"/>
    <language>en</language>
    <item>
      <title>I built a small TypeScript binary data tool for WebGL and need feedback</title>
      <dc:creator>정동우</dc:creator>
      <pubDate>Sat, 09 May 2026 13:38:44 +0000</pubDate>
      <link>https://dev.to/jdw64/i-built-a-small-typescript-binary-data-tool-for-webgl-and-need-feedback-22dj</link>
      <guid>https://dev.to/jdw64/i-built-a-small-typescript-binary-data-tool-for-webgl-and-need-feedback-22dj</guid>
      <description>&lt;p&gt;Hi DEV community,&lt;/p&gt;

&lt;p&gt;I’m a beginner developer, and I recently made a small TypeScript project called Zeno.&lt;/p&gt;

&lt;p&gt;I originally worked mostly with C#, but I wanted to try building an open-source project, so I decided to challenge myself with this.&lt;/p&gt;

&lt;p&gt;Zeno takes schema-only TypeScript interfaces and generates &lt;code&gt;DataView&lt;/code&gt;-based projection classes. The goal is to get FlatBuffers-like binary access for TypeScript-only projects, without maintaining a separate &lt;code&gt;.fbs&lt;/code&gt; or IDL file.&lt;/p&gt;

&lt;p&gt;I built it because I wanted to handle data for a WebGL game, project that data directly in TypeScript, and make it easier to pass structured data into AI-related workflows.&lt;/p&gt;

&lt;p&gt;It works for my own use case, but I’m not sure whether the design or implementation is actually good.&lt;/p&gt;

&lt;p&gt;Would anyone be willing to review the code and give me feedback?&lt;/p&gt;

&lt;p&gt;I know the code may not be very well written yet, but I would really appreciate any advice, criticism, or suggestions.&lt;/p&gt;

&lt;p&gt;Repository:&lt;br&gt;
&lt;a href="https://github.com/srtdog64/zeno" rel="noopener noreferrer"&gt;https://github.com/srtdog64/zeno&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
