ValveSoftware / vogl

OpenGL capture / playback debugger.
MIT License
1.42k stars 126 forks source link

No release #217

Open mgerhardy opened 8 years ago

mgerhardy commented 8 years ago

even if this is not a real issue in terms of a bug. It would be great to get a release on github. If there is not tag (even if it is alpha1) - vogl will not get included in any linux distribution. There is at least an arch packager waiting for a tag to get it into arch ;)

deepfire commented 7 years ago

vogl was packaged in NixOS unstable (Nixpkgs master branch): https://github.com/NixOS/nixpkgs/pull/24002

Even if OpenGL is so yesterday, this still can be useful.

deepfire commented 7 years ago

/cc @plohrmann, @lawlove, @openforeveryone, @Plagman.

deepfire commented 7 years ago

What does Nixpkgs packaging mean?

It means the packaged program can be reliably, reproducibly run on any Linux distribution, thanks to the http://nixos.org/nix/ package manager. Yes, there are caveats, like https://github.com/NixOS/nixpkgs/issues/9415, but there are solutions, like https://github.com/deepfire/nix-install-vendor-gl .

For instance, I have tested vogl on both NixOS and SteamOS.

deepfire commented 7 years ago

IMO, Valve should really consider acquiring experience with this technology, since it has significant potential to change how software is developed and deployed -- it's a bigger idea than Docker.

And it's been in production use for years.

deepfire commented 7 years ago

/cc @richgel999