Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone still program using xlib directly [closed]

Tags:

x11

xlib

I am surprised at the lack of response to all the xlib related question I've had on SO, is this because no one uses xlib directly anymore or is this the wrong place to ask these types of questions? Even if no one uses xlib directly, there must still be people the remember the bad old days and help with these questions, but it doesn't look like they are here...

Edit: What other places could I ask for xlib related help?

like image 863
hhafez Avatar asked Mar 05 '09 03:03

hhafez


4 Answers

No, XLib is certainly a valid topic here but I think your first contention is correct: almost nobody uses it anymore. I vaguely remember using it some fifteen years ago and I liken it to:

  • pulling out your teeth with a hammer.
  • trying to eat a pineapple without cutting it up first.
  • nailing jelly to a tree.
  • trying to train a domestic cat.

(Pick your favorite).

I suspect it's not the sort of question that'll be answered quickly by the PHP/Silverlight/.NET/Python groups who frequent this site. You may have to wait a few days until someone a little more knowledgeable about the subject matter notices it.

Sorry I couldn't help with the specific question (I assume you meant the polygon filler without stipple - if not, let me know which one (with a link) and I'll have a quick look).

Other places to ask for help:

  • http://www.linuxforums.org/forum/linux-programming-scripting/
  • http://www.linuxquestions.org/questions/
like image 50
paxdiablo Avatar answered Oct 30 '22 06:10

paxdiablo


Possible ways to get help for xlib:

  • http://freedesktop.org/ (and the mailinglists)
  • the developers of
    • windowmanagers
    • ui-toolkits (Qt, Gtk+)
like image 36
akira Avatar answered Oct 30 '22 07:10

akira


No, not so much. I did Motif as recently as 2003, but that's it. Most of that was getting replaced with a heavyweight Java Swing app at the time.

like image 32
John Ellinwood Avatar answered Oct 30 '22 06:10

John Ellinwood


I'm using it!

I wrote this with a friend... http://open.vitaminap.it/en/x_tile.htm

like image 21
Chris Camacho Avatar answered Oct 30 '22 07:10

Chris Camacho