Using 3D engines with Qt: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Cleanup)
(Add new Qt3D module and V-Play to existing 3D engines with Qt support.)
Line 41: Line 41:


* [http://www.vtk.org/ VTK Website]
* [http://www.vtk.org/ VTK Website]
== Qt 3D ==
Since Qt 5.5, there is a Qt3D module you can use for rendering 3D content.
* [http://doc.qt.io/qt-5/qt3d-index.html/ Qt3D Module Documentation]
* [http://v-play.net/2015/07/qt-3d-game-engine-with-qt-5-5-and-v-play-game-engine/ V-Play Game Engine 3D Components]

Revision as of 12:49, 15 July 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

Panda3D

Visualization Library

VTK (The Visualization Toolkit)

Qt 3D

Since Qt 5.5, there is a Qt3D module you can use for rendering 3D content.