Hacker News new | ask | show | jobs
by badsectoracula 3193 days ago
Of course i include using toolkits that themselves use X primitives, not only using Xlib directly :-).

For example my own Little Forms library [0] uses the X server's drawing and text operations (you can use Xft instead, it is a build option, but you can also make a static library for binaries that rely only on xlib and nothing else).

[0] http://runtimeterror.com/rep/lforms