demoviewer is a tool for managing and viewing details about TF2 demo files.
I'm not likely to make many updates to this myself, but feel free to make pull requests. I'll accept and release any acceptable changes or fixes.
Make sure you have Go configured properly ($GOPATH)
go get github.com/dangodai/demoviewer
Follow the instructions for setting up visualfc/goqt
From with the demoviewer folder
./build
This will compile the program to $GOPATH/bin/demoviewer. Make sure you have copied the .so files from goqt.
From with the demoviewer folder
build.bat
This will compile the program to $GOPATH/bin/demoviewer. Make sure you have copied the .dll files from goqt.