<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>#node posts — Ben Crowder</title>
    <link>https://bencrowder.net/blog/tag/node/</link>
    <atom:link href="https://bencrowder.net/blog/tag/node/feed/" rel="self" />
    <description>Feed for blog posts tagged with #node.</description>
    <lastBuildDate>Fri, 17 Apr 2026 23:19:59 GMT</lastBuildDate>
    <language>en-US</language>
    <generator>https://bencrowder.net/</generator>

    <item>
      <title>Some dinky pixel art experiments, exploring what it looks like when you add texture and make them lo...</title>
      <link>https://bencrowder.net/blog/2023/1504/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/1504/</guid>
      <pubDate>Fri, 21 Apr 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Some dinky pixel art experiments, exploring what it looks like when you add texture and make them look kind of like mosaic tiles. (I’m sure someone else has already done this, but I haven’t, so here we are.) Also, this isn’t great pixel art, just to be clear.</p>
<p><figure>
        <img src="https://cdn.bencrowder.net/blog/2023/04/pixeltest-a.jpg" alt="pixeltest-a.jpg" title="pixeltest-a.jpg" />
        
      </figure></p>
<p>For this first experiment, I made the squares in Figma and set the colors there, which was pretty laborious. Exported to SVG and added turbulence/displacement filters to get some variation. When exporting to PNG via Inkscape, I ran into the perennial issue where the filters sometimes only work on the top and left sides of the shape. (Someday I’ll figure out what’s going on there, since the filters look fine in Finder via Quick Look. In this case, from a distance, it still kind of looks okay.) Finally, I added some textures in Affinity Photo with opacity set to around 20% and blend mode set to soft light or overlay.</p>
<p><figure>
        <img src="https://cdn.bencrowder.net/blog/2023/04/pixeltest-b.jpg" alt="pixeltest-b.jpg" title="pixeltest-b.jpg" />
        
      </figure></p>
<p>Second experiment: making things easier. I made a 48x48 image in Procreate Pocket on my phone and painted the scene using the oil paint brush. (Which is why the eyes are crazy and there isn’t a ton of definition on the characters. Like I said, not great pixel art.) I then wrote a quick command-line script (JS/Node) to take a PNG and export an SVG where each pixel of the PNG is a <code>&amp;lt;rect&amp;gt;</code> in SVG. Way faster than making the squares in Figma. The script shrinks each square a little and adds some jitter to the points as well. And I changed the background color to be more ground-like. Exported to PNG and textured as in the first experiment.</p>
<p>Some ideas for future exploration:</p>
<ul>
<li>More subdivision on the tiles, for a little more geometric variety</li>
<li>Programmatically export masks from the SVG so that each tile can look more different from its neighbors, texturally (a masked tile would be next to an unmasked one, basically, with some randomness thrown in)</li>
<li>Rounding the edges of the tiles a little</li>
<li>Rendering the tiles in Blender (either with heightfields or by generating actual geometry with Python), ideally with some procedural texturing</li>
</ul>
<p>Anyway, a fun afternoon diversion.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Some dinky pixel art experiments, exploring what it looks like when you add texture and make them lo...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Dot grid paper</title>
      <link>https://bencrowder.net/blog/2023/dot-grid-paper/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/dot-grid-paper/</guid>
      <pubDate>Mon, 27 Feb 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>I’ve added <a href="https://bencrowder.net/note-paper/#dot-grid">dot grid paper</a> to the note paper page, in a handful of sizes:</p>
<p><figure class="border">
        <a href="https://bencrowder.net/note-paper/#dot-grid"><img src="https://cdn.bencrowder.net/images/projects/note-paper/dot-grid-paper-0.1in.png" alt="A grid made up of dots" title="A grid made up of dots" /></a>
        
      </figure></p>
<p>Colophon: I made these with JavaScript/Node, generating SVGs that I then converted into PDFs with Inkscape.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Dot grid paper">Reply via email</a></p>]]></description>
    </item>
    
  </channel>
</rss>
