In this video I will demonstrate how you can use the X11 Library to create a graphical window on the screen using the C Programming Language.
X11 Dev Dependencies (Debian/Ubuntu package names):
libx11-dev
libx11-doc
Online X11 doc I used in the video:
https://www.x.org/releases/X11R7.7/do...
Code:
https://github.com/nir9/welcome/tree/...