deadsoftie / a research log
section · 006

About

Hi, I’m Rahul

Just an average game engine developer with an occasional flair for 3D art. Worked mostly in tech and media, hence love what I am doing now, working on games and their engines. Currently a grad student at DigiPen Institute of Technology, focusing on building a custom C++ engine while simultaneously developing a game.

This site is a public notebook. I write about what I’m building, what I’m reading, what I’m thinking, in whatever order those things happen.

What’s here

Essays are the longer pieces: technical write-ups, GDC recaps, the occasional philosophy tangent. Edited when they feel done enough.

Notes are the working layer: half-formed ideas and observations that evolve over time.

Projects are things I’ve built. Mostly tools and research code.

Bookshelf is what I’m reading or have read, with brief notes.

A note on AI

Although AI has its advantages, it’s pointless to have that on a blog meant to share my thoughts. All the words here are written by me, a human. There will be grammatical errors and typos, and I hope you kind people forgive me for it.

How to reach me

GitHub is the best place to find me.

Colophon

Built with Jekyll and hosted on GitHub Pages. Typeset in Newsreader, Inter Tight, and JetBrains Mono. Written in plaintext Markdown.

</div>

<aside>
  <div style="width: 100%; aspect-ratio: 1; background: var(--bg-elev); border: 1px solid var(--rule-soft); border-radius: 6px; margin-bottom: 24px; overflow: hidden;">
    <img src="/assets/ProfilePicture_v2_centered.png" alt="Rahul Nair" style="width: 100%; height: 100%; object-fit: cover; display: block;">
  </div>

  <div style="font-family: var(--mono); font-size: 12px; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.1em;">elsewhere</div>
  <div style="display: grid; gap: 10px; font-size: 14px;">
    <a href="https://github.com/deadsoftie" target="_blank" rel="noopener" style="color: var(--fg-dim);">github.com/deadsoftie →</a>
    <a href="mailto:rahulnair1229@gmail.com" style="color: var(--fg-dim);">email →</a>
  </div>
</aside>