[cairo] frame buffer ...

Ned Konz ned at squeakland.org
Wed Feb 9 07:23:11 PST 2005


On Wednesday 09 February 2005 3:10 am, Pierre PACORY wrote:

> Is that possible to create program written with cairo on the linux frame
> buffer and not on X (xlib) ?

There isn't a FB backend. But you can render to an in-memory buffer and then 
hand that to the FB routines for display.

This is what I'm doing for Squeak right now (we have our own BitBlt routines).

-- 
Ned Konz
http://bike-nomad.com/squeak/



More information about the cairo mailing list