ENIGMA Forums
General fluff => General ENIGMA => Topic started by: StasuSS on June 15, 2012, 12:12:14 am
-
Hello All,
first question is: is Enigma written with QT?
If so, does anyone tryed to compile it for linux, and make linux games?
And one more, it is posible to install qt on windows mobile, does anybody crosscompiled for WM?
-
Half of the developers use Linux as their main platform, so yes, ENIGMA works on Linux, Mac and Windows.
And no, nobody has tried (as far as I know) compiling for windows mobile. There have been tries to compile for Android and IPhone/IPad, but no real progress on that front. If someone was able to create a basic working system then I would be able to create all of the drawing functions. Other functions should work fine as is.
-
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.