19/07/2026 / Technical Blog

Technical Blog Template

A starter post showing how future technical notes can be written in Markdown.

Purpose

Use this format for future shader breakdowns, Houdini notes, Unity tools, and production process writing.

Suggested Structure

  • Problem
  • References
  • Implementation
  • Result
  • What I would improve next

Example Code Block

// Add short implementation snippets when they help explain the process.
float glow = saturate(mask * intensity);