mirza Posted August 3, 2012 Report Share Posted August 3, 2012 hi guysi just wonder did you guys considered using Open Source Libraries Qt for o.A.d game development ?because it could solve the mac compatibility because you write once and export it to many OS without the need rewriting the source code Quote Link to comment Share on other sites More sharing options...
Echelon9 Posted August 3, 2012 Report Share Posted August 3, 2012 There's an amount of low level platform specific code on Mac, which I don't believe Qt framework would provide.I thought Qt was mostly related to window managers, UI and the like? Quote Link to comment Share on other sites More sharing options...
mirza Posted August 3, 2012 Author Report Share Posted August 3, 2012 yes you are correct but check out this thread talking about QTgame http://labs.qt.nokia.com/2009/09/16/improved-support-for-writing-games-using-qt Quote Link to comment Share on other sites More sharing options...
Thanduel Posted August 3, 2012 Report Share Posted August 3, 2012 (edited) I haven't ever used QT on Mac however as far as I know the framework supports Mac. In fact that is one of the frameworks selling points, that is, the fact that the framework supports windows, mac and linux. Their IDE is also the best opensource C/C++ IDE I've used.I'm not supporting it's use it would be stupid to rewrite anything, I'm just commenting on QT. Edited August 3, 2012 by Thanduel Quote Link to comment Share on other sites More sharing options...
zoot Posted August 3, 2012 Report Share Posted August 3, 2012 yes you are correct but check out this thread talking about QTgame http://labs.qt.nokia...-games-using-qtThat seems to discuss a hypothetical, non-existing component? What need do you propose solving using Qt? The game is already cross-platform (no "rewriting the source code" needed).In any case, Qt's future is currently uncertain. Quote Link to comment Share on other sites More sharing options...
howlingflute Posted August 3, 2012 Report Share Posted August 3, 2012 Yeah I don't really get the point of this discussion. The game is already cross platform. Any change in underlying libraries would require a substantial rewrite, which would be very counterproductive now that things are functioning on all platforms. Anyways it is my understanding that Qt is only graphics which already work on Mac. The problem as I understand it is sound which should be soon fixed with an upcoming patch. Also the game already uses SDL and other crossplatform technologies such as WxWidgets to provide consistent graphical interfaces across platforms. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.