Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
まだ使ってる人いますか?xlib は古いフレームワークのように見えますか?
この古い xlib の代わりに、他にどの主要な同様のソフトウェアが使用されていますか?
xlib の代わりに何が使用されますか?
XLib はまだほとんどの X11 ツールキットで使用されていますが、XCB と呼ばれる新しいライブラリが徐々に置き換えられています。XCB は XLib よりもレベルが低く、X サーバーへのラウンドトリップの回数を最小限に抑えることができるため、待ち時間が短縮されます。
http://xcb.freedesktop.org/