How would you build a "pixel perfect" GUI on Linux?

Posted by splicer on Stack Overflow See other posts from Stack Overflow or by splicer
Published on 2010-05-03T08:46:25Z Indexed on 2010/05/03 8:48 UTC
Read the original article Hit count: 237

Filed under:
|
|
|
|

I'd like build a GUI where every single pixel is under my control (i.e. not using the standard widgets that something like GTK+ provides). Renoise is a good example of what I'm looking to produce.

Is getting down to the Xlib or XCB level the best way to go, or is it possible to achieve this with higher level frameworks like GTK+ (maybe even PyGTK)? Should I be looking at Cairo for the drawing?

I'd like to work in Python or Ruby if possible, but C is fine too.

Thanks!

© Stack Overflow or respective owner

Related posts about x11

Related posts about gtk