Using 3D engines with Qt: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Add "cleanup" tag) |
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
||
Line 9: | Line 9: | ||
== Ogre == | == Ogre == | ||
* | * [http://www.ogre3d.org/ Ogre Website] | ||
* | * [http://www.ogre3d.org/tikiwiki/QtOgre QtOgre] | ||
* | * [https://github.com/advancingu/QmlOgre QML Ogre] | ||
== Irrlicht == | == Irrlicht == | ||
* | * [http://irrlicht.sourceforge.net/ Irrlicht Website] | ||
* | * [http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=15112&highlight=qirrlichtwidget QIrrlichtWidget] | ||
== OpenSceneGraph == | == OpenSceneGraph == | ||
* | * [http://www.openscenegraph.org OpenSceneGraph Website] | ||
* | * [http://forum.openscenegraph.org/viewtopic.php?t=1735 OSG Forum topic] | ||
== Open Inventor == | == Open Inventor == | ||
* | * [http://oss.sgi.com/projects/inventor/ Open Inventor SGI Website] | ||
* [http://www.vsg3d.com/open-inventor/sdk Open Inventor VSG Website] | |||
* | * [http://www.coin3d.org/ Coin3D Website] | ||
* | * [http://doc.coin3d.org/SoQt/ Coin3D SoQt Documentation] | ||
* | * [https://bitbucket.org/Coin3D/coin/wiki/Home Coin3D on bitbucket] (it's now under BSD-License!) | ||
== Panda3D == | == Panda3D == | ||
* | * [http://www.panda3d.org/ Panda3D Website] | ||
* | * [http://www.panda3d.org/forums/viewtopic.php?t=4323 Panda in PyQt] (since Panda3D is heavily Python based) | ||
== Visualization Library == | == Visualization Library == | ||
* | * [http://www.visualizationlibrary.org Visualization Library Website] | ||
* | * [http://visualizationlibrary.org/documentation/classvl_qt4_1_1_qt4_widget.html vlQt4::Qt4Widget] | ||
* seems to be inactive since end of 2011 | * seems to be inactive since end of 2011 | ||
== VTK (The Visualization Toolkit) == | == VTK (The Visualization Toolkit) == | ||
* | * [http://www.vtk.org/ VTK Website] | ||
* … there is some Qt integration, but I can't find a good documentation-mainpage about it | * … there is some Qt integration, but I can't find a good documentation-mainpage about it | ||
Revision as of 15:48, 4 March 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
Using 3D Engines with Qt
A number of popular 3D engines can be integrated with Qt. Here are some resources. (More detailed information to come.)
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)
- VTK Website
- … there is some Qt integration, but I can't find a good documentation-mainpage about it
Qt3D
- Even so it isn't actively developed, it is still usable …