As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have decided to start learning Qt C++ and HTML5
Please somebody provide some good step by step tutorials about Qt HTML5
Or demos
http://doc.qt.io/qt-4.8/
Best Qt knowledge center ever :)
Qt and HTML5 are a little distant: Qt is from the Desktop Federation and HTML5 is of the Web Republic, but if you'd like to combine them, you might be interested in QtWUI.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am a newbie trying to learn ember but i find the examples on their website too complex and hard to understand? does anyone know a book or web page where i can find good tutorials and in depth about ember.js and handlebar.js ?
For $12 you can't beat the peepcode screencast: https://peepcode.com/products/emberjs
UPDATE: See How to architect an Ember.js application
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'd like to know what is the best and faster way to write a GUI in C++.
In the past I've created my GUI with just Windows API.
Now I'd like to read some suggestion about other libs like GTK , MFC , QT ecc.
Thanks :)
Use Qt. It's powerful and easy to use, also, it's cross-platform. If I need a GUI for C++, I always go for Qt.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Are there any TagLib tutorials, how-to's, examples, etc. for Taglib with C++ (Qt)? I only found the API Documantation with its very very basic example. But it is hard to find more examples.
Take a look at the examples provided with the source code of the library. They are not Qt based, but is enough to start programming with Taglib and Qt.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have been learning c++ for more than 8 months and I think I have got grip on every essential concept of c++. I have created some good console based application but now I want to build GUI application with good looking interface.
What are the some good free c++ libraries for beginners to develop GUI based windows applications?
Please also recommend some of the good tutorials available on web related to that library.
What are the some good free c++ libraries
Qt 4.
some of the good tutorials
Qt documentation. Tutorials can be found on this page.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm developing an Android application and I need to use a render engine to show some objects that I made with Blend.
I'm wondering if there is a C++ game engine or render engine to show my models.
Is there anyone?
Thanks.
Yes. Take a look at http://www.cuteandroid.com/open-source-android-2d-or-3d-game-engine-for-android-developers-plus for game engines.
Just for rendering, it looks like this might help: http://www.rozengain.com/blog/2010/05/17/loading-3d-models-with-the-min3d-framework-for-android/