apitrace / apitrace

Tools for tracing OpenGL, Direct3D, and other graphics APIs

Home Page:https://apitrace.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About apitrace

apitrace consists of a set of tools to:

  • trace OpenGL, Direct3D, and DirectDraw APIs calls to a file;

  • replay OpenGL and Direct3D calls from a file;

  • inspect OpenGL and Direct3D state at any call while retracing;

  • visualize and edit trace files.

See the apitrace homepage for more details.

Status

TL;DR: Apitrace is still being maintained, but the maintainer has very little time to work on it, so patches/issues/requests are addressed if/as time permits.

Long version here

Obtaining apitrace

To obtain apitrace either download the latest binaries for your platform if available, or follow these instructions to build and install it yourself.

On 64bits Linux and Windows platforms you'll need apitrace binaries that match the architecture (32bits or 64bits) of the application being traced.

Usage

Detailed usage instructions are available here.

About

Tools for tracing OpenGL, Direct3D, and other graphics APIs

https://apitrace.github.io/

License:MIT License


Languages

Language:C++ 78.1%Language:Python 20.0%Language:C 0.9%Language:CMake 0.7%Language:Objective-C++ 0.1%Language:Shell 0.1%Language:Dockerfile 0.0%Language:PowerShell 0.0%Language:Makefile 0.0%Language:Emacs Lisp 0.0%