My plan is to make a small 2D game, to get a low-level understanding of the systems behind gamedev. Opening a window is essentially the first step.
My idea is just to use GLFW or a similar library. I've installed GLFW itself using pacman (that's Arch btw), but I'm not really sure how to move forward.
I think this is partly because I've never been without a package manager 😅