google chrome - Interface C/C++ library into HTML5 by using any tag -
my intention make ui having following features:
- should able run/ work on os platform windows, mac & linux.
- should able work web browser ie, chrome, firefox, etc.
- should able link or interface c/c++ library.
if possible can embed other tool link these c & c++ lib.
actually here, there no server involved. there independent application has link c & c++ lib , run on 3 os , every possible web browser.
is possible how ? kindly suggest me appropriate way cross hurdle.
how using qt , open html5 pages using qml webview element ? qt code can port possible platforms, , above can run html code.
should able run/ work on os platform windows, mac & linux.
qt code can ported platforms.
should able work web browser ie, chrome, firefox, etc.
you can use on qml's webview element or qtwebkit on platforms.
should able link or interface c/c++ library.
using qt's c++ code able link other libraries/processes via interprocess communication, if required.
these links might give insight :
Comments
Post a Comment