Coder Social home page Coder Social logo

kiroku's Introduction

Kiroku

Capture OpenGL application on Linux.

Dependencies:

  • Qt5
  • gstreamer1.0

On 64 bit system to build 32 bit inject library

  • gcc-multilib g++-multilib

Compile:

$ qmake
$ make

To record OpenGL application you must set LD_PRELOAD=libkiroku.so After that you can start GUI application and you can start recording.

In Steam you can set LD_PRELOAD by right clicking on game, select Properties where you click SET LAUNCH OPTIONS. Enter "LD_PRELOAD=libkiroku.so %command%" without quotes. Of course libkiroku.so must be where it can be found by linker or use absolute path.

Current limitations:

  • Start the GUI after you launch OpenGL application
  • Don't resize OpenGL window after GUI start

kiroku's People

Contributors

nouspiro avatar

Stargazers

 avatar Aboo avatar Wyatt Ward avatar Émilien (perso) avatar Sven-Hendrik Haase avatar Bruno Seoane avatar  avatar Andrew Gunnerson avatar Jan Šimek avatar Zack Corr avatar

Watchers

Sven-Hendrik Haase avatar Andrew Gunnerson avatar Wyatt Ward avatar  avatar

Forkers

zhan92

kiroku's Issues

Don't fix for 32bit

Currently you use -m32 to build the library. This is pretty bad as it doesn't allow for recording 64bit applications. You should build 32bit and 64bit libs by default and give them suffxes accordingly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.