Mandrew002@lemm.ee to Programming@programming.dev · 2 years ago[Help] what's one of the easier ways to make a window on linux using x11 and nasm assembly?message-squaremessage-square6fedilinkarrow-up120
arrow-up119message-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 · 2 years agomessage-square6fedilink
minus-squareTootSweet@lemmy.worldlinkfedilinkEnglisharrow-up4·2 years agoIf you do go X11 and want to go low-level, I’d recommend libxcb over libx11.
minus-squareo11c@programming.devlinkfedilinkarrow-up3·2 years 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.
If you do go X11 and want to go low-level, I’d recommend libxcb over libx11.
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.