▲ 18 ▼ [Help] what's one of the easier ways to make a window on linux using x11 and nasm assembly? (lemm.ee) submitted 2 years ago by Mandrew002@lemm.ee to c/programming@programming.dev 6 comments fedilink hide all child comments
[–] TootSweet@lemmy.world 4 points 2 years ago (1 child) If you do go X11 and want to go low-level, I'd recommend libxcb over libx11. permalink fedilink source hideshow 2 child comments replies: [–] o11c@programming.dev 3 points 2 years ago 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. permalink fedilink source parent
[–] o11c@programming.dev 3 points 2 years ago 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. permalink fedilink source parent