HOME

TheInfoList



OR:

VOGL is a
debugger A debugger or debugging tool is a computer program used to test and debug other programs (the "target" program). The main use of a debugger is to run the target program under controlled conditions that permit the programmer to track its executi ...
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 A valve is a device or natural object that regulates, directs or controls the flow of a fluid (gases, liquids, fluidized solids, or slurries) by opening, closing, or partially obstructing various passageways. Valves are technically fitting ...
. VOGL is free and open-source software subject to the terms of the
MIT License The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts only very limited restriction on reuse and has, therefore, high license comp ...
.


Description

There is a graphical front-end implementing Qt5-based
GUI widget A graphical widget (also graphical control element or control) in a graphical user interface is an element of interaction, such as a button or a scroll bar. Controls are software components that a computer user interacts with through direct ...
s. VOGL was initially released with support for Linux operating systems only, but on April 23, 2014, additional support for Microsoft Windows was released. Goals included: * 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 is a benchmarking tool for Linux OpenGL games.


See also

* GLAVE (software) *
Valgrind Valgrind () is a programming tool for memory debugging, memory leak detection, and profiling. Valgrind was originally designed to be a free memory debugging tool for Linux on x86, but has since evolved to become a generic framework for crea ...
* Linux gaming


References

{{reflist


External links


vogl's GitHub repository

Moving Your Games to OpenGL
From 33:47 till the end of the video there is an introduction to VOGL
Moving Your Games to OpenGL
Steam Dev Days 2014 Presentation PDF Debuggers Free software Free software programmed in C++ Software that uses Qt Valve Corporation Video game development software for Linux