Anyone still program using xlib directly [closed]
Asked Answered
H

6

7

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?

Haze answered 5/3, 2009 at 3:18 Comment(1)
try adding the x11 tagHotfoot
T
9

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:

Tellez answered 5/3, 2009 at 3:46 Comment(4)
yeah that's the question I need help with now :) my favourite is pulling out your teeth with a hammer. Unfortunatly I have to do that on a regular basis because the sw I am working does all it's drawing using xlib and has it's own Window Manager (using open motif)Haze
I went looking for a transparent color to put into the GC but this seems to be specific to the hardware (some Sun/HP terminals allow transparent colors when filling which will map through to the next layer down) so you'll have to check up on the capabilities of your Xserver to see if it's possible.Tellez
The pineapple, at least, is nice and sweet on the inside... Is it really the same?Dominic
Personally, I liked the nailing of jelly to the tree.Distillery
E
3

Possible ways to get help for xlib:

Eatables answered 30/4, 2009 at 15:32 Comment(0)
H
1

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.

Heatherheatherly answered 5/3, 2009 at 4:9 Comment(1)
Hello @John, can I write the Ubuntu lockscreen clone with Motif alone?Oomph
R
1

I'm using it!

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

Redemptioner answered 8/4, 2010 at 9:2 Comment(0)
D
1

I'm using X11 protocol directly (this is kind of similar to using xlib regarding to you question)

Dill answered 14/8, 2012 at 23:51 Comment(0)
F
1

I used xlib creating tk canvas items. http://www.tcl.tk/man/tcl8.4/TkLib/CrtItemType.htm

Fuchsin answered 19/11, 2012 at 14:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.