Hi, I'm making a game engine called "ORLY v2" (v1 was an SDL wrapper that required a dozen DLLs), and I'm interested in making it compatible with Unix/Linux.
Because of this, I'll need to find documentation on the GUI for Unix/Linux. Can anyone point me to it?
There is no such thing as the GUI for Unix/Linux. Most is done through commands and scripts. Though there are IDEs and everything on Linux and other Unix derivates as well, people tend to use Makefiles when developing software.