validate-render

Validate YARS rendering by comparing exported PNG frames against a reference screenshot.

3|1|Updated Jul 27, 2016
One-click install
npx skills add https://github.com/kzahedi/YARS --skill validate-render
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-render
Source: https://github.com/kzahedi/YARS/tree/main/.claude/skills/validate-render
Command: npx skills add https://github.com/kzahedi/YARS --skill validate-render

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates YARS rendering by exporting first frame as PNG and comparing with a reference screenshot.

Core Features & Use Cases

  • Frame Export Validation: Run YARS with image export enabled to generate frames.
  • Visual Comparison: Compare exported frames against a reference image.
  • Rendering QA: Ensure textures, geometry, and lighting remain correct.

Quick Start

cd build mkdir -p frames timeout 60s ./bin/yars --xml ../xml/braitenberg.xml --iterations 10 compare -metric RMSE frames/frame_00000001.png ../screenshot.png diff.png

Or inspect frames/frame_00000001.png and reference screenshot.png