[Interest] qml or qwidget
Jérôme Godbout
godboutj at amotus.ca
Thu Feb 22 14:54:39 CET 2018
For OpenGL, you might want to take a look at Qt3D if it suit your need. Either can easily do the OpenGl part if you render to a texture and fill the widgets or item painting with it.
I for one would go Qml, since it's the new thing with more development on it, which seem more future proof. At my last job we did full fledge CAD software with Qml and 3D rendering to texture without too much problems.
If you are able to check for the Vulkan, you might want to design your application with that in mind, since it might replace your OpenGL in the future.
________________________________
From: Interest <interest-bounces+godboutj=amotus.ca at qt-project.org> on behalf of Sylvain Pointeau <sylvain.pointeau at gmail.com>
Sent: Wednesday, February 21, 2018 5:05:10 PM
To: Qt Project
Subject: [Interest] qml or qwidget
hello,
I use heavily opengl (3.2 minimum) for now using cocoa, but I would like switching to Qt to plan for windows. Would you recommend qtquick/qml or qwidget ?
best regards,
Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180222/e6a88d36/attachment.html>
More information about the Interest
mailing list