Skip to content

Daft-Freak/vogl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vogl

Warning

This project is alpha^2 right now. If you are up for suffering through a bit of pain with early releases, please continue on - we'd love to have your help...

Build

To build the vogl chroots (uses schroot), do the following:

vogl/bin/chroot_build.sh --i386 --amd64

You should now be ready to build in your chroots. Something like any of these:

vogl/bin/mkvogl.sh --release --amd64
vogl/bin/mkvogl.sh --debug --amd64 --i386 --clang34 --verbose
vogl/bin/mkvogl.sh --release --amd64 --i386 --gcc48 --CRNLIB_ENABLE_ASSERTS

Note that you do not have to use the chroots or mkvogl.sh to build. You could do your own cmake (cmake vogl/src) and go from there. It's up to you to get the dependencies correct though. Look at vogl/bin/chroot_configure.sh to see how the chroots are set up. The source for mkvogl is in vogl/bin/src/mkvogl.cpp - it's just a simple cpp wrapper around cmake.

Capturing

vogl/bin/steamlauncher.sh --gameid vogl/vogl_build/bin/glxspheres32
vogl/bin/steamlauncher.sh --gameid vogl/vogl_build/bin/glxspheres64 --amd64

You should now have something like the following in your temp directory:

/tmp/vogltrace.glxspheres64.2014_01_20-16_19_34.bin

Replay

vogl/vogl_build/bin/voglreplay64 /tmp/vogltrace.glxspheres64.2014_01_20-16_19_34.bin

or

vogl/vogl_build/bin/vogleditor64 ; and then open the trace file...

Directory structure

The directory structure for vogl currently looks like this:

    vogl/
        bin/
            chroot_build.sh ; script to build/rebuild chroots
            chroot_configure.sh ; script to build libs to chroots (used by chroot_build.sh)
            gligen_run.sh ; run vogl_build/bin64/gligen.sh (put in glspec)
            gligen_copy_inc_files.sh ; copy glspec/*.inc
            set_compiler.sh ; switch chroot default compiler
        external/ ; external source (libunwind, etc.)
        glspec/
        src/ ; vogl source
        vogl_build/
            bin/ ; destination for binaries
        vogl_extbuild/
            i386/   ; external projects untar'd & built here
            x86_64/ ;

Vogl Dev List

http://lists.voglproj.com/listinfo.cgi/dev-voglproj.com

Useful Links

OpenGL documentation/references

Specifications:

About

OpenGL capture / playback debugger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.0%
  • C++ 29.1%
  • Shell 3.6%
  • Objective-C 1.5%
  • TeX 1.1%
  • Lua 0.4%
  • Other 1.3%