Jump to content

VOGL

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Bender the Bot (talk | contribs) at 00:48, 2 December 2016 (→‎External links: clean up; http→https for YouTube using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

VOGL
Original author(s)RAD Game Tools and Valve
Initial releaseMarch 12, 2014; 10 years ago (2014-03-12)
Repository
Written inC++
Operating systemLinux, Microsoft Windows[1]
TypeDebugger
LicenseMIT License[2]
Websitegithub.com/ValveSoftware/vogl
Mesa 3D comprises an implementation of OpenGL as well as the user-space device drivers. There are additional components inside the Linux kernel: the DRM and the KMS.

VOGL is a debugger for the OpenGL rendering API intended to be used in the development of video games. VOGL was originally written at RAD Game Tools and Valve Corporation. VOGL is free and open-source software subject to the terms of the MIT License.

There is a graphical front-end implementing Qt5-based GUI widgets.[3]

VOGL was initially released with support for Linux kernel-based operating systems only, but on April 23, 2014, additional support for Microsoft Windows was released to the public, further pursuing Valve's strategy of cross-platform game development and distribution.[1]

High-level goals

  • Free and open-source
  • Steam integration
  • Vendor and driver version neutral
  • No special app builds needed
  • Frame capturing, full stream tracing, trace trimming
  • Optimized replayer
  • OpenGL usage validation
  • Regression testing, benchmarking
  • Robust API support: OpenGL v3/4.x, core or compatibility contexts
  • UI to edit captures, inspect state, diff snapshots, control tracing

VOGLperf

VOGLperf is a benchmarking tool for Linux OpenGL games.[4]

See also

References

  1. ^ a b "vogl Windows port". 2014-04-23.
  2. ^ "VOGL License".
  3. ^ "couple vogl debugger/editor UI screenshots".
  4. ^ "VOGLperf on GitHub".