google chrome - Interface C/C++ library into HTML5 by using any tag -


my intention make ui having following features:

  1. should able run/ work on os platform windows, mac & linux.
  2. should able work web browser ie, chrome, firefox, etc.
  3. 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 :

  1. qml webview element

  2. using qt html

  3. choosing ui weapon - c++ vs. qml vs. html5


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -