summaryrefslogtreecommitdiffstats
path: root/_site/projects/matrix-digital-rain/index/index.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 16:23:39 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 16:23:39 +0800
commitc00ff9a3b56b6aa28367488f62afcc6f8185a91f (patch)
treef4176d823dbe0a45cb817364f27eab938f6f85cc /_site/projects/matrix-digital-rain/index/index.html
parent18aa7dd1057cd29cc087c4f45566394692f2f01d (diff)
downloadwww-c00ff9a3b56b6aa28367488f62afcc6f8185a91f.tar.gz
Render rest of the project write ups.
Diffstat (limited to '_site/projects/matrix-digital-rain/index/index.html')
-rw-r--r--_site/projects/matrix-digital-rain/index/index.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/_site/projects/matrix-digital-rain/index/index.html b/_site/projects/matrix-digital-rain/index/index.html
deleted file mode 100644
index e240834..0000000
--- a/_site/projects/matrix-digital-rain/index/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<p>The famous digital rain from the movie The Matrix implemented in C for
-the Unix terminal without using any GUI/TUI kits:</p>
-
-<video style="max-width:100%;" controls="" poster="thumb.png">
- <source src="matrix.mp4" type="video/mp4" />
-</video>
-
-<p>Domsson’s Fakesteak inspired
-this project. I added the following features while trying to keep the original
-project’s simplicity intact as much as possible:</p>
-
-<ul>
- <li>Customize the rain color to match the theme of the setup.</li>
- <li>Support for UTF-32 characters.</li>
- <li>The ghosting effect of old monochrome displays.</li>
- <li>The rain more closely resembles the original from the first movie.</li>
-</ul>
-
-<p>To use them, you need a terminal emulator that supports 24-bit RGB colors and
-Unicode characters.</p>
-
-<p>The background, head, and tail colors of the rain can be configured via
-<code class="language-plaintext highlighter-rouge">COLOR_BG_*</code>, <code class="language-plaintext highlighter-rouge">COLOR_HD_*</code>, and <code class="language-plaintext highlighter-rouge">COLOR_TL_*</code> settings. The <code class="language-plaintext highlighter-rouge">UNICODE_MIN</code> and
-<code class="language-plaintext highlighter-rouge">UNICODE_MAX</code> values control the character set used for the rain. For instance,
-use <code class="language-plaintext highlighter-rouge">0x30A1</code> and <code class="language-plaintext highlighter-rouge">0x30F6</code> for Katakana:</p>
-
-<p><img style="width: 100%;" src="katakana.png" /></p>
-
-<p>Happy ricing!</p>
-
-<p>Files: <a href="source.tar.gz">source.tar.gz</a></p>