Kakadu / lablqml

Interfacing Qt/QML with OCaml. Formely known as lablqt
http://kakadu.github.io/lablqml
GNU Lesser General Public License v2.1
159 stars 17 forks source link

Undestand what to do with unwrappable C++ classes. #10

Open Kakadu opened 12 years ago

Kakadu commented 12 years ago

See wiki description

It seems that some classes can't be instantiated in OCaml, hence they cannot be inherited and hece we will lose a lot Qt power in lablqt.

ghost commented 7 years ago

Whilst the link is broken, I don't think we should be wrapping C++ classes. There are other ways to bind to QML, more functional.