bevy-capture

Installation
SKILL.md

bevy-capture — recording Bevy 0.19 cameras

When to use this skill

  • Record deterministic gameplay, cinematics, or render-test evidence.
  • Capture a headless Camera2d/Camera3d to MP4, GIF, or numbered PNGs.
  • Choose between in-process OpenH264, ffmpeg, and lossless frame output.
  • Diagnose a missing encoder module, an empty output, or an unflushed recording.

bevy_capture = "0.6" natively targets Bevy 0.19. Do not carry forward the 0.4.x Bevy patch or its old CameraTargetHeadless API.

Canonical pattern

[dependencies]
bevy = "0.19"
bevy_capture = { version = "0.6", features = ["mp4_openh264"] }
Installs
28
GitHub Stars
13
First Seen
May 15, 2026
bevy-capture — chrisgliddon/bevy-skills