@[email protected] to [email protected] • 1 year ago[Help] what's one of the easier ways to make a window on linux using x11 and nasm assembly?message-square6fedilinkarrow-up119arrow-down12
arrow-up117arrow-down1message-square[Help] what's one of the easier ways to make a window on linux using x11 and nasm assembly?@[email protected] to [email protected] • 1 year agomessage-square6fedilink
minus-square@TootSweetlinkEnglish4•1 year agoIf you do go X11 and want to go low-level, I’d recommend libxcb over libx11.
minus-square@[email protected]linkfedilink3•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.
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.