Also, ENIGMA does NOT use QT. We write our own platform windowing systems. On linux, we use Xlib (if you want widgets, we use GTK+), on Windows, we use Windows.h. On Mac, we use Cocoa. We also have windowing support for Android and iPhone. The system is very extensible to other platforms as well.
|