Related questions
What is Linux’s native GUI API?
Both Windows (Win32 API) and OS X (Cocoa) have their own APIs to handle windows, events and other OS stuff. I have never really got a clear answer as to what Linux’s equivalent is?
I have heard some people …
How detect current screen resolution?
How do I from Winapi (in C or C++) detect the current screen resolution?
Some background:
I want to start a new OpenGL fullscreen window, but want it open with the same horizontal and vertical size which the desktop already …
FFmpeg C API documentation/tutorial
I am trying to find documentation to use the FFmpeg C API. It seems that only command line documentation is available.
Is there any good documentation/tutorials/links available?