Free Tools

I Rebuilt The Matrix Rain, Then Added What Was Missing

admin Jul 12, 2026 39 views matrix, digital rain, webgl, free tool, sevinos, javascript, opensource AI Assisted (human reviewed)
I Rebuilt The Matrix Rain, Then Added What Was Missing

Focus screen, stream backdrop, screensaver, party visuals: the Matrix rain rebuilt with the CRT layer, procedural audio, and volumetric 3D every other copy skips. 21 scenes, UHD, free on SevinHub.

The Matrix rain scene is one of the most-imitated visuals in film history. Type "matrix rain codepen" into any search engine and you get thousands of attempts. Almost all of them are missing the same three things, and once you know what to look for, you can't unsee it.

I built one that has them, wrapped it in a full-screen terminal, and shipped it as a free tool on SevinHub. And after the first round of feedback, it grew into something bigger: 21 scenes, true volumetric 3D rain, UHD rendering, and a webcam mirror mode.

What do you actually use this for?

Fair question. A pretty animation is worth one visit. Here is why people keep it open:

Your scene, quality, zoom, and audio choices are remembered between visits, so whatever setup you land on is one click to restore.

What every other Matrix rain misses

Most versions online are a plain 2D canvas loop: pick a random column, drop katakana characters, fade them out. That's it. The result is recognizable, but it feels like a screensaver, not the movie.

Watch the actual 1999 opening frames back and you notice three layers the copies never bother with:

The engine: Rezmason's shader, not mine

I did not rewrite the rain itself. There is a WebGL shader by Rezmason on GitHub that has been polished for years and is used in commercial installations and museum pieces. It handles the glyph atlas correctly, runs at 60fps on a phone, and hides two killer features almost nobody switches on: a volumetric mode that renders the glyphs with real depth flying toward your eyes, and a resolution multiplier that pushes the internal render up to UHD and beyond.

It is MIT-licensed, which meant I could embed it and layer my own atmosphere on top without touching a single line of the shader. If you build something like this and try to write the rain yourself, you will regret it around hour twelve. Use Rezmason's.

What I added on top

Everything above the rain is my code:

How to try it

The tool lives on SevinHub at sevinhub.com/matrix. No signup, no email, no cookie banner. It also opens as a windowed app inside SevinOS if you want to run it alongside the other tools.

Keyboard: M opens the scene picker, 1-9 quick-select, [ and ] cycle, Q cycles quality, +/- zoom, S toggles sound, F is fullscreen, R is red pill, H hides the HUD for capture. On mobile every control is a touch button. Headphones make it hit twice as hard. A dark room makes it three.

Take the red pill.

Share: 𝕏 Twitter in LinkedIn 💬 WhatsApp
Back to Blog

Related Posts

SevinOS