Can i use Canva3D in Qt 5.15.2 version
-
I am trying to use Canav3D in the 5.15 Qt creator it says Canva3D is not installed.
Can anyone to help me to resolve this. If any particular version need to be installed can you suggest me from where i can download.qrc:/main.qml:4:1: module "QtCanvas3D" is not installed
-
@Christian-Ehrlicher Thank You
-
Canvas3D was deprecated with Qt 5.12 and there is no newer version available.
You might be able to compile it by yourself (see e.g. https://forum.qt.io/topic/114233 ) or even better - use another technology -
@Christian-Ehrlicher Thank you for the clarification.
I'm trying to run an older example that integrates with three.js, which was originally built using QtCanvas3D. Since QtCanvas3D was deprecated starting with Qt 5.12, I understand it's no longer available in newer versions.
To test this example, I would like to download and install Qt 5.5, which is known to support Canvas3D natively. Could you please guide me on how to get that specific version?
I’m unsure which installer or package to choose to get Qt 5.5 along with QtCanvas3D and a compatible version of Qt Creator.
-
You can download e.g. 5.12 here: https://download.qt.io/archive/qt/5.12/5.12.12/
-
@Christian-Ehrlicher Thank You
-