scygan / debugler

OpenGL Debugger
Apache License 2.0
2 stars 1 forks source link
android debugger linux opengl opengles windows

Build Status

Debugler

The OpenGL 2.1+, OpenGL ES 2.0+ mutli-platform debugger on-line debugger.

The project loosely based on my 2012 thesis from Gdańsk University of Technology.

It is not actively developed any more. Moreover, it is not tested enough and does not show any good coding standards.

Supported platforms

Applications using OpenGL running on following systems can be debugged:

** Android MIPS target is not being build by default.

Additionally, the GUI runs on Windows and Linux platforms.

Build instructions

Building using provided scripts is easy, however there are multiple tool and library prerequisites that must be installed before the build.

Following lists the best known versions of these tools and libraries.

Windows prerequisites

Linux prerequisites

On Ubuntu 12.04, following packages are needed

Needed:

Building Debugler:

Just run the script:

built.py
built.py [target]

Running unit tests

Development

Code style