My intention is to make a UI having following features:
- Should be able to run/ work on all the OS platform like Windows, Mac & Linux.
- Should be able to work with almost all the web browser like IE, Chrome, Firefox, etc.
- Should be able to link or interface C/C++ library.
If possible can embed any other tool to link these C & C++ lib.
Actually here, there is no server involved. There is only independent application which has to link C & C++ lib and run on all 3 OS and almost every possible web browser.
Is it possible any how ? Kindly suggest me the most appropriate way to cross this hurdle.
How about using Qt and open your HTML5 pages using qml webView element ? Qt code you can port to almost all the possible platforms, and above it you can run your HTML code.
Qt code can be ported to almost all the platforms.
You can use it over the qml’s webView element or QtWebkit on almost all platforms.
Using Qt’s C++ code you will be able to link to other libraries/processes via interprocess communication, if required.
These links might give an insight :