Using 3D engines with Qt: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 22: Line 22:
== Open Inventor ==
== Open Inventor ==


Proprietary
* [http://oss.sgi.com/projects/inventor/ Open Inventor SGI Website]
* [http://oss.sgi.com/projects/inventor/ Open Inventor SGI Website]
* [http://www.openinventor.com/ Open Inventor VSG Website]
* [http://www.openinventor.com/ Open Inventor VSG Website]
* [http://www.coin3d.org/ Coin3D Website]
 
* [http://doc.coin3d.org/SoQt/ Coin3D SoQt Documentation]
Open source
* [https://bitbucket.org/Coin3D/coin/wiki/Home Coin3D on bitbucket] (it's now under BSD-License!)
* [https://coin3d.github.io/ Coin3D Website]
* [https://coin3d.github.io/Quarter/html/ Coin3D Quarter Documentation]
* [https://github.com/coin3d Coin3D on GitHub]


== Panda3D ==
== Panda3D ==
Line 48: Line 51:
Since Qt 5.5, there is a Qt3D module you can use for rendering 3D content.
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://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]
* [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]
== Horde3D ==
* [https://github.com/horde3d/Horde3D] OpenGL, Qt-based editors

Latest revision as of 00:37, 24 December 2020

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

Proprietary

Open source

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.

Horde3D

  • [1] OpenGL, Qt-based editors