All Projects → apitrace → Apitrace

apitrace / Apitrace

Licence: mit
Tools for tracing OpenGL, Direct3D, and other graphics APIs

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
Objective-C++
1391 projects
shell
77523 projects

Projects that are alternatives of or similar to Apitrace

Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (-47.86%)
Mutual labels:  opengl, opengl-es, d3d11, d3d12, d3d9
Diligentcore
Core functionality of Diligent Engine
Stars: ✭ 263 (-88.03%)
Mutual labels:  opengl, opengl-es, d3d11, direct3d, d3d12
Renderdoc
RenderDoc is a stand-alone graphics debugging tool.
Stars: ✭ 5,969 (+171.57%)
Mutual labels:  opengl, d3d11, direct3d, d3d12
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (-2.55%)
Mutual labels:  opengl, opengl-es, d3d11, d3d12
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (-93.72%)
Mutual labels:  opengl, opengl-es, d3d11, d3d12
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+366.42%)
Mutual labels:  opengl, d3d11, d3d12, d3d9
Reshade
A generic post-processing injector for games and video software.
Stars: ✭ 2,285 (+3.96%)
Mutual labels:  opengl, d3d11, d3d12, d3d9
Klayge
KlayGE is a cross-platform open source game engine with plugin-based architecture.
Stars: ✭ 1,646 (-25.11%)
Mutual labels:  opengl, d3d11, d3d12
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (-17.83%)
Mutual labels:  opengl, d3d11, d3d9
Kiero
Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games.
Stars: ✭ 374 (-82.98%)
Mutual labels:  opengl, d3d11, d3d9
Pmtech
Lightweight, multi-platform, data-oriented game engine.
Stars: ✭ 478 (-78.25%)
Mutual labels:  opengl, opengl-es, d3d11
Llgl
Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
Stars: ✭ 1,011 (-54%)
Mutual labels:  opengl, d3d11, d3d12
Gpu performance api
GPU Performance API for AMD GPUs
Stars: ✭ 170 (-92.27%)
Mutual labels:  opengl, d3d11, d3d12
Pbr
An implementation of physically based shading & image based lighting in D3D11, D3D12, Vulkan, and OpenGL 4.
Stars: ✭ 722 (-67.15%)
Mutual labels:  opengl, d3d11, d3d12
Hlslexplorer
See how hardware understands your HLSL
Stars: ✭ 91 (-95.86%)
Mutual labels:  d3d11, direct3d, d3d12
Veldrid
A low-level, portable graphics library for .NET.
Stars: ✭ 1,784 (-18.84%)
Mutual labels:  opengl, direct3d
Shadows
Shädows - A Shadows & Lights engine for löve
Stars: ✭ 134 (-93.9%)
Mutual labels:  opengl, opengl-es
Kimera
Low-latency hardware accelerated codec based video streaming utility.
Stars: ✭ 113 (-94.86%)
Mutual labels:  opengl, opengl-es
Awesome D3d12
Awesome D3D12 ecosystem
Stars: ✭ 130 (-94.09%)
Mutual labels:  direct3d, d3d12
Opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
Stars: ✭ 2,284 (+3.91%)
Mutual labels:  opengl, opengl-es

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].