| Crates.io | renderdog-automation |
| lib.rs | renderdog-automation |
| version | 0.2.0 |
| created_at | 2026-01-09 17:10:18.557171+00 |
| updated_at | 2026-01-10 10:06:05.744806+00 |
| description | Out-of-process automation helpers for RenderDoc (renderdoccmd/qrenderdoc --python workflows). |
| homepage | https://github.com/Latias94/renderdog |
| repository | https://github.com/Latias94/renderdog |
| max_upload_size | |
| id | 2032432 |
| size | 132,939 |
Out-of-process automation helpers for RenderDoc.
Repository: https://github.com/Latias94/renderdog
This crate drives:
renderdoccmd capture (injection-based capture)qrenderdoc --python (replay/export)See the workspace README for example commands and MCP workflows.
Playbooks (practical debugging checklists):
Examples:
cargo run -p renderdog-automation --example export_bundle_from_capture -- <capture.rdc> [out_dir] [basename]cargo run -p renderdog-automation --example find_events -- <capture.rdc> [marker_contains]cargo run -p renderdog-automation --example replay_save_outputs_png -- <capture.rdc> [event_id] [out_dir] [basename]cargo run -p renderdog-automation --example diagnose_environment