

113·
3 months agoAs someone who moved from california to nebraska, holy shit are people out here severely overweight. Working food service makes you see it way more as well, more often than not they buy about 3 peoples worth of food, sit down, and eat it all for lunch… then complain about the price of course
Opengl is a weird edge case because the way it links into c programs is cursed. GLAD GLUT and GLFW just make using opengl itself easier by doing all of the library loading automatically. Because there are so many versions of opengl you have to load the specific one you want at runtime, alongside all the separate extension libraries that may or may not be in different binaries, directories, etc.
OpenGL is the exception and not the rule in the normal library - api - program paradigm.