akyrtzi / cairo-gral

A hardware accelerated cairo backend. Leverages GPU hardware as much as possible and minimizes CPU usage.

This URL has Read+Write access

cairo-gral / gral
name age message
..
file COPYING Mon Jan 26 03:54:44 -0800 2009 Initial Commit. [akyrtzi]
file OGRE_1_6_FIX.patch Mon Jan 26 03:54:44 -0800 2009 Initial Commit. [akyrtzi]
file README Mon Jan 26 03:54:44 -0800 2009 Initial Commit. [akyrtzi]
directory src/ Mon Jan 26 03:54:44 -0800 2009 Initial Commit. [akyrtzi]
gral/README
Gral - Graphics Accelerator Library

What is gral
============
Gral is a very thin wrapper over another hardware accelerated rendering API (e.g OpenGL, Ogre3D, etc.).
It allows the cairo backend for gral (cairo-gral) to be rendering API agnostic.
Any rendering API that gral targets can accelerate cairo graphics through the cairo-gral backend.

Gral-Ogre
==========
Wrapper over Ogre3D's (http://ogre3d.org) RenderSystem API.

Gral-GL
===========
TODO

History
-------
Gral and cairo-gral were developed by Argiris Kirtzidis <akyrtzi@gmail.com>