I wanted to do QT but never got the time. |
Believe me, it's awesome :D
I think I should start with QT. |
YES
but just can't find a good tutorial for it |
There should be some on youtube.
I think the point is just to start, you'll find one or the other good tutorial anyway.
Qt Creator also provides examples on how to use QT.
This looks like it covers enough for the beginning, check it out!
also i am quite confused with this API thing. does API provide GUI for only a specific platform. if so, only for windows for even LINUX or MAC. |
That depends on the API itself.
The Qt Framework provides cross-platform compatibility, the .NET Framework does not.
That being said you can compile Qt Applications on the 3 big operating systems Windows, Linux and Mac but also on raspbian if you want to work with Hardware.
you also can write applications for android devices with Qt but I never tried that because I don't have an android device.
or do you guys think otherwise and recommend sth else? |
If you want to be cross-platform then Qt is definetly what you want.