# apitrace/apitrace

Tools for tracing OpenGL, Direct3D, and other graphics APIs

Repository: https://github.com/apitrace/apitrace
Canonical: https://ross.abutalabs.com/products/apitrace
Homepage: https://apitrace.github.io/
Language: C++
License: MIT
License Family: permissive
Topics: opengl, direct3d, opengl-es, d3d9, d3d11, d3d12, debugging-tool
Last push: 2026-06-03T13:21:27+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 42, longevity 100
- inputs: {"age_days": 5621, "days_push": 91, "days_rel": 176, "gap_med": 256, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2861, forks 515 (observed 2026-08-28T04:07:26.189522+00:00)

## What it is
apitrace is a set of tools for tracing OpenGL, OpenGL ES, Direct3D, and DirectDraw API calls to a file, then replaying and inspecting them. It supports state inspection, framebuffer/texture viewing, trace editing, and performance profiling of recorded traces.

## Use cases
- trace OpenGL API calls from an application
- replay a captured graphics trace on another machine
- inspect OpenGL or Direct3D state at any call
- debug rendering issues in a game or 3D app
- profile performance of graphics API calls
- view framebuffers and textures from a trace

## When to choose
- debugging OpenGL or Direct3D rendering problems
- capturing and replaying graphics API calls for bug reports
- analyzing frame performance of graphics workloads

## When to avoid
- tracing Vulkan (use vkTrace or RenderDoc instead)
- needing actively developed features, since maintenance is minimal
- debugging non-graphics APIs

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: developer-tools, graphics, simulation
- domain: graphics, developer-tools, performance
- platform: windows, cli, cross-platform
- tags: graphics-debugging, api-tracing, opengl, direct3d, replay, frame-analysis, game-development, linux, macos

## Member repositories
- apitrace/apitrace (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:26.189522+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:36:26.910627+00:00, confidence not recorded.
  - readme: https://github.com/apitrace/apitrace (fetched 2026-08-28T04:07:26.189522+00:00, sha 1ca4976508cd)
  - homepage: https://apitrace.github.io/ (fetched 2026-08-29T09:52:03.297227+00:00, sha adb8ca2e4b95)
- Data as of 2026-08-30T08:39:29.467469+00:00.
