<?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: sk8ordie84</title>
    <description>The latest articles on DEV Community by sk8ordie84 (@sk8ordie84).</description>
    <link>https://dev.to/sk8ordie84</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%2F3889537%2Fa6734c67-3985-462e-a16e-4a5dc086772f.png</url>
      <title>DEV Community: sk8ordie84</title>
      <link>https://dev.to/sk8ordie84</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sk8ordie84"/>
    <language>en</language>
    <item>
      <title>I built a film camera simulator in a single HTML file here's how</title>
      <dc:creator>sk8ordie84</dc:creator>
      <pubDate>Mon, 20 Apr 2026 18:51:08 +0000</pubDate>
      <link>https://dev.to/sk8ordie84/i-built-a-film-camera-simulator-in-a-single-html-file-heres-how-403b</link>
      <guid>https://dev.to/sk8ordie84/i-built-a-film-camera-simulator-in-a-single-html-file-heres-how-403b</guid>
      <description>&lt;p&gt;Launched today: faxoffice1987.com — 8 film cameras simulated in Canvas 2D.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The constraints I set myself:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One HTML file&lt;/li&gt;
&lt;li&gt;No build step, no dependencies, no npm install&lt;/li&gt;
&lt;li&gt;Runs offline from a USB drive&lt;/li&gt;
&lt;li&gt;No backend, no account, no uploads&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The hard part:&lt;/strong&gt; per-pixel color science. Each film stock (Tri-X, &lt;br&gt;
Portra, Velvia, Neopan Acros) has its own render path. Not a filter &lt;br&gt;
on top — a decision at the pixel level.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vanilla JS, Canvas 2D&lt;/li&gt;
&lt;li&gt;Cloudflare Pages + Functions (share links, license validation)&lt;/li&gt;
&lt;li&gt;Polar.sh for checkout&lt;/li&gt;
&lt;li&gt;localStorage for state&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pricing experiment:&lt;/strong&gt; $29 one-time. No subscription. 1 camera free forever.&lt;/p&gt;

&lt;p&gt;Would love architecture feedback especially on the color science approach.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://faxoffice1987.com" rel="noopener noreferrer"&gt;https://faxoffice1987.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>canvas</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
