Raylib uses, in part a library called GLFW, its a great way to help isolate your application from the vagaries of cross platform development, and adds a nice suite of functions to do tiresome things like creating a GL context (and much more besides). One nice feature is you can sync screen swaps to the […]