Portfolio
HomeBlogProjectsAbout

© 2026 Portfolio. All rights reserved.

GitHubLinkedInTwitter
read
article
post
story
learn
text
word
view
h1
h2
h3
p
div
span
code
pre
<article>
<p>
<div>
</>
{ }
md
jsx
html
content
prose
markup
render
parse
show
text
data
tags
meta
date
author
slug
url
path
link
.md
.txt
.doc
.pdf
.html
.jsx
.tsx
.css
📖
<p/>
article{ }
read()
const blog = {
  title,
  content
};
render(post);
display();
// Show
Back to Blog
~$catblog/recreating-a-crt-look-for-a-2d-game-in-unity.md

Recreating a CRT Look for a 2D Game in Unity

December 4, 2025•By Nur Rosyid
#tutorial#Unity

I’m working on a 2D game in Unity, and I wanted the whole thing to feel like it was being played on an old CRT display.

View all posts