Why i got error in building qt 3d studio?
-
Thank You @SGaist Your video is very useful! my Os is ubuntu and i am python developer! so qt has qt 3d quick tutorial for python developers or i have to learn C++?
i searchedqt quick 3d python tutorialthis in my browser and after that this link show mehttps://doc.qt.io/qt-5/quick3d-examples.htmlso we have link for python developer or i have to learn C++? -
how can i install
QtQuick3D 1.15?
i try installQtQuick3Dwith thishttps://github.com/qt/qtquick3dsource but inqmake qtquick3d.prostep i gotCannot find file: qtquick3d.pro.Error! so i think i need this library for my qml for using(glb/gltf)file UI right? -
You are on the dev branch which is for Qt 6. You need to checkout the branch matching the Qt version you want to use.
As for QtQuick3D and Python, it looks like there's currently no pre-built bindings available and I currently don't know what their status are.
-
For my last question, if I use qt quick 3d and write backend with c++, I can use blender these right?
This road is inunderstand for me so what I need to know for create a ui like Instagram link in past post?
-
Do you mean use Blender to create the assets like the robot arm ?
-
Yes that's right
-
Thank you @SGaist :D
and after that i can not find a link for example how can i use infbxmy UI with qml!
qt documents is so hard and i know no how can i use it !i so sorry for my shi* questions
-
Excuse me for this long. I promise this will be my last question.
In your opinion, what kind of technology or platform does a user interface like this have?
how can i make a UI like That? -
@EmadDeve20 said in Why i got error in building qt 3d studio?:
but i can not import QtQuick.Timeline 1.0!
Did you install the module ?
@EmadDeve20 said in Why i got error in building qt 3d studio?:
how can i make a UI like That?
It has a 3D engine of some sort.
You can write such an application with the Qt3D module or integrate another 3D engine like Ogre.
For the controls since they are pretty customized, QtQuick would likely make sense but you can achieve it with widgets as well although you will need to implement some heavy customization.
The Graphics View framework comes to mind as well for the bottom right part.
There will be model/views as well needed.
-
Tanks @SGaist