Currently it is the best C++ toolkit for cross platform applications.
Last week I also started a new project using Qt.
21–30 of 72 posts
Currently it is the best C++ toolkit for cross platform applications.
Last week I also started a new project using Qt.
It's time to give up _cross-platform_. Doesn't work well with the increasingly different UX concepts of different platforms anyway. The only viable cross-platform is the web.
It's time to give up _cross-platform_. Doesn't work well with the increasingly different UX concepts of different platforms anyway. The only viable cross-platform is the web.
> The only viable cross-platform is the web. Yeah with its mixture of CSS/HTML/JavaScript crap that works perfectly across all browsers versions and operating systems.
Qt is probably pretty hard to beat in maturity, but http://www.cocotron.org/ looks like an interesting project, allowing you to build your OS X applications for other platforms (Windows, Linux).
I would love to see Cocotron do well, but the last post on the blog is: Wednesday, December 22, 2010 - Cocotron is alive and kicking
But it still feels odd on Windows, and OSX, and Linux (provided that most Linux users are on Gnome these days).
I would rather spend twice the time coding it for native Windows forms and OSX Cocoa.
It's time to give up _cross-platform_. Doesn't work well with the increasingly different UX concepts of different platforms anyway. The only viable cross-platform is the web.
> The only viable cross-platform is the web. Yeah with its mixture of CSS/HTML/JavaScript crap that works perfectly across all browsers versions and operating systems.
With Modernizr, JQuery etc you can get 95+% of the features on 95+% of computers.
Earlier quoted context omitted.
> The only viable cross-platform is the web. Yeah with its mixture of CSS/HTML/JavaScript crap that works perfectly across all browsers versions and operating systems.
Use toolkits like Extjs, which provide a rich palette of widgets and hide away incompatibilities. http://www.sencha.com/products/extjs/
Qt is the best cross-plataform GUI Toolkit. But it still feels odd on Windows, and OSX, and Linux (provided that most Linux users are on Gnome these days). I would rather spend twice the time coding it for native Windows forms and OSX Cocoa.
Transmission does this and it's beautiful both on OS X and Gnome. Adium does something similar and it's a good mac app.