goxpyriment

Test Play GV Video

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.

Prerequisites

Running

go run main.go -f assets/bonatti1.gv
go run main.go -d -f assets/bonatti1.gv   # windowed (development)

Flags

Flag Default Description
-f Path to the .gv file to play (required)
-d off Development mode: windowed 1024×768

Note

This is a hardware verification utility. No data file is written. Press Escape to quit.