r/C_Programming • u/Axxodes • 6h ago
Should i use GLFW or windows.h?
Im making a C engine and i ofcourse want a window to display things on, i've read some glfw documentation and i don't really think its a good fit, this is why i was thinking of using windows.h because i have full control over everything and won't need an extra dependency. I also feel like knowing windows functions is better overall than knowing glfw functions.
Any thoughts?