Plays a .gv (GPU-friendly video) file using the PlayGv function. Use this to verify .gv playback on your hardware before embedding video in an experiment.
The .gv format stores frames as LZ4-compressed RGBA texture blocks with a seekable index, enabling ultra-low-overhead VSYNC-locked frame delivery.
sudo apt install libsdl3-dev on Ubuntu/Debian).gv file (see https://github.com/chrplr/images2gv to convert image sequences)go run main.go -f assets/bonatti1.gv
go run main.go -d -f assets/bonatti1.gv # windowed (development)
| Flag | Default | Description |
|---|---|---|
-f |
— | Path to the .gv file to play (required) |
-d |
off | Development mode: windowed 1024×768 |
This is a hardware verification utility. No data file is written. Press Escape to quit.