Home

Awesome

XGac: a X11/Cairo/Pango port of GacLib

Build Status

License

Read the LICENSE first.

Rendering components of XGac depends on Cairo and Pango, which are licensed under the GNU Lesser General Public License (LGPL). Please follow the requirements of these libraries when distributing your application.

Status

XGac is still in early development stage. It is definitely not ready for production usage.

Pull requests and issue reports are welcomed.

Dependencies

Requirements

Gaclib uses a global mouse hook to handle pop-up windows. To implement these hook function, XGac requires XRecord extension enabled on X Server.

XDBE (Double Buffer Extension) is used for double buffering. Without this extension XGac will still work but without double buffering.

Build instructions

Included CMake makefiles can be used to build the examples on Linux/OSX systems.

Instructions on how to use XGac in production will be given once XGac reaches stable.

TODOs

Known issues