Ogre3D

qmake for Ogre3D

qmake for Ogre3D

I rewrote building system for Ogre3D using qmake. New structure of modules looks like this now: ogre3d.modules ├── components │ ├── bites.pri │ ├── hlms.pri │ ├── meshlodgenerator.pri │ ├── overlay.pri │ ├── paging.pri │ ├── property.pri │ ├── rtshadersystem.pri │ ├── terrain.pri │ └── volume.pri ├── extensions │ ├── debug-drawing-utility.pri │ ├── gamekit.pri │ ├── gorilla.pri │ ├── paged.pri │ └── procedural.pri ├── platform │ ├── qt.pri │ └── s3e.
Ogre3D with Qt

Ogre3D with Qt

It is possible to use Ogre3D with Qt using external window feature of Ogre, yet this very crude solution and many of the Qt’s features are omitted. I am working currently on better integration Qt with Ogre3D: using Qt’s resource system using QOpenGLContext and QWindow for rendering using QImage for texture loading using qmake only for building Seems like all the pieces are in place (application and resources are all prepared) but so far the window is broken.