mirza Posted August 3, 2012 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 Link to comment Share on other sites More sharing options...
Echelon9 Posted August 3, 2012 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? Link to comment Share on other sites More sharing options...
mirza Posted August 3, 2012 Author 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 Link to comment Share on other sites More sharing options...
Thanduel Posted August 3, 2012 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 Link to comment Share on other sites More sharing options...
zoot Posted August 3, 2012 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. Link to comment Share on other sites More sharing options...
howlingflute Posted August 3, 2012 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now