Using 3D engines with Qt: Difference between revisions
Jump to navigation
Jump to search
(Add new Qt3D module and V-Play to existing 3D engines with Qt support.) |
Waldyrious (talk | contribs) |
||
Line 41: | Line 41: | ||
* [http://www.vtk.org/ VTK Website] | * [http://www.vtk.org/ VTK Website] | ||
* [http://www.vtk.org/Wiki/VTK/Examples/Cxx#Qt Code examples of using Qt with VTK] | |||
== Qt 3D == | == Qt 3D == |
Revision as of 15:33, 19 November 2015
En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh
A number of popular 3D engines can be integrated with Qt:
Ogre
Irrlicht
OpenSceneGraph
Open Inventor
- Open Inventor SGI Website
- Open Inventor VSG Website
- Coin3D Website
- Coin3D SoQt Documentation
- Coin3D on bitbucket (it's now under BSD-License!)
Panda3D
- Panda3D Website
- Panda in PyQt (since Panda3D is heavily Python based)
Visualization Library
- Visualization Library Website
- vlQt4::Qt4Widget
- seems to be inactive since end of 2011
VTK (The Visualization Toolkit)
Qt 3D
Since Qt 5.5, there is a Qt3D module you can use for rendering 3D content.