<?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: Beka Tsalani</title>
    <description>The latest articles on DEV Community by Beka Tsalani (@georgiancoder).</description>
    <link>https://dev.to/georgiancoder</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%2F3933111%2Fb8a043dd-e784-4a9d-81bd-7eef772c337b.png</url>
      <title>DEV Community: Beka Tsalani</title>
      <link>https://dev.to/georgiancoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/georgiancoder"/>
    <language>en</language>
    <item>
      <title>I Built a Blender Plugin That Exports Scenes to HTML + CSS 3D</title>
      <dc:creator>Beka Tsalani</dc:creator>
      <pubDate>Fri, 15 May 2026 12:07:20 +0000</pubDate>
      <link>https://dev.to/georgiancoder/pure-css-tractor-34b7</link>
      <guid>https://dev.to/georgiancoder/pure-css-tractor-34b7</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/GeOcOdEr/embed/zxoozVp?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;I built a Blender plugin that exports a scene as HTML + CSS 3D transforms.&lt;/p&gt;

&lt;p&gt;Instead of rendering the model as a static image or video, the plugin converts Blender geometry into browser-native elements using CSS 3D transforms. That means the scene can be opened in a browser, rotated, zoomed, and explored as an interactive 3D composition.&lt;/p&gt;

&lt;p&gt;This version is especially good for low-poly, hard-surface models like vehicles, props, and mechanical objects. The export keeps the overall shape, color blocks, and faceted look intact, which makes it a great fit for stylized 3D scenes and web experiences.&lt;/p&gt;

&lt;p&gt;What it currently does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Exports Blender scene geometry to HTML and CSS.&lt;/li&gt;
&lt;li&gt;Preserves the 3D structure with CSS transform matrices.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to turn Blender into a 3D authoring tool for the web — not just for rendering, but for building interactive browser scenes with CSS.&lt;/p&gt;

&lt;p&gt;This is still an experimental workflow, but the results are already promising. It works especially well for scenes with flat surfaces, strong silhouettes, and a stylized visual language.&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>blender</category>
      <category>css</category>
      <category>3dtransforms</category>
    </item>
  </channel>
</rss>
