[Xcb] Handling keyboard events

Vincent Torri vtorri at univ-evry.fr
Wed Mar 28 01:36:32 PDT 2007



On Tue, 27 Mar 2007, Jim Crafton wrote:

>> Cool! Several of us on this list are quite interested in toolkit
>> research. Any chance you'd post some comments on what you're designing?
>
> I'm porting the Visual Component Framework ( http://vcf-online.org )
> over to X. I've tried this before, first using raw xlib, then ran out
> of steam and ran into various issues with performance. Then I tried
> GTK, but that was also difficult once I got to trying to implement
> control containers, and after a lot of frustration I gave up. Then,
> last summer (2006), one of the guys on the project started the port
> again using XCB and we began to make progress.
>
> Our current strategy is to use XCB to create the core floating/main
> windows, and then draw all the other child controls ourselves,
> essentially using "windowless" controls. We create an image the size
> of the main window, and then using AGG ( http://antigrain.com/ ), the
> vector graphics lib we use in the VCF, to render into the image. This
> gives us beautiful anti-aliased graphics, and none of the hassles with
> x drawing primitives or text hassles.


maybe you can be interested in evas, a *very* fast canvas library. I've 
made an XCB engine for evas.

See http://www.enlightenment.org for more informations

Vincent


More information about the Xcb mailing list