Mandrew002@lemm.ee to Programming@programming.dev · 1 year ago[Help] what's one of the easier ways to make a window on linux using x11 and nasm assembly?message-squaremessage-square6fedilinkarrow-up120arrow-down12
arrow-up118arrow-down1message-square[Help] what's one of the easier ways to make a window on linux using x11 and nasm assembly?Mandrew002@lemm.ee to Programming@programming.dev · 1 year agomessage-square6fedilink
minus-squareo11c@programming.devlinkfedilinkarrow-up3·1 year agoThe problem with XCB is that it’s designed to be efficient, not easy. If you’re avoiding toolkits for some reason, “so what if I block the world” may be a reasonable tradeoff.
The problem with XCB is that it’s designed to be efficient, not easy. If you’re avoiding toolkits for some reason, “so what if I block the world” may be a reasonable tradeoff.