Babysitter forward-rendering

Forward+ and clustered rendering skill for transparency handling.

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/game-development/skills/forward-rendering" ~/.claude/skills/a5c-ai-babysitter-forward-rendering && rm -rf "$T"
manifest: library/specializations/game-development/skills/forward-rendering/SKILL.md
source content

Forward Rendering Skill

Forward and Forward+ rendering techniques.

Capabilities

  • Forward+ tiled lighting
  • Clustered rendering
  • Transparency handling
  • MSAA support