Best 3D Graphics framework with QT
-
Have you tried the Qt official 3d module?
-
Good day,
I need to develop a CAD software.
I have downloaded Qt 5.0.0 Alpha, but i have many troble in configuring it and building.
Option -no-webkit is not recognized, i have used this configuration:
"configure -debug-and-release -D _ITERATOR_DEBUG_LEVEL=0 -opensource -confirm-license -nomake tests -prefix c:\qt\5.0.0"
but there is this error while executing nmake : "to build QtWebKit with Qt 5 you need ICU".
I have downloaded it, cleaned configuration and tried with this one:
"configure -debug-and-release -D _ITERATOR_DEBUG_LEVEL=0 -opensource -confirm-license -nomake tests -icu -prefix c:\qt\5.0.0"
but there is another error when making nmake: "tools\qlocale_icu.cpp(46) : fatal error C1083: Cannot open include file: 'unicode/uversion.h': No such file or directory"Any suggestion?
Thank you.
Best Regards. -
Qt5.0 is not finally released yet, and building it is not easy.
Note that, Qt3D support Qt4. and Windows binary package for Qt4.8.1 are available too.
http://labs.qt.nokia.com/2012/04/11/qt-3d-and-qt5-qt4-news-and-releases/
-
I need too build QT with -D _ITERATOR_DEBUG_LEVEL=0 option for MSVC10 on a window 7 x 32bit platform.
Can you provide me the correct configuration?
Thank you.
Best Regards.
Riccardo. -
I have successfully built QT 4.8.1. I need to add Qt3D.
I'm afraid that when version 5.0.0 will become stable and official, migrate from 4.8.1 to 5.0.0 will be difficoult.
Do you have any suggestion?
Thank you.
Best Regards.
Riccardo. -
I have made some try and I see that is really hard even follow the example and the tutorials because they are not compilable.
I was minding if i'm doing something wrong or if they are bugged.
I have found many difficoult in using QT3D, maybe a better tutorial and full sample will be really better, or it will be very hard for everyone start with QT3D.
Can someone give me or update the sample making them compilable?
Thank you all. -
for any 3d graphics work in Qt you should get the Mosaic Software Qt developers kit, its a nice sdk that has some great 3d widgets. www.mosaicsoftware.net
-
bq. for any 3d graphics work in Qt you should get the Mosaic Software Qt developers kit, its a nice sdk that has some great 3d widgets. www.mosaicsoftware.net
Is that an unbiased opinion, scoop? ;-)