Search found 5 matches

by AGameDev
Tue Jan 27, 2015 1:11 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht, Qt and Qt Creator [Qt5 compatible]
Replies: 7
Views: 8491

Re: Irrlicht, Qt and Qt Creator [Qt5 compatible]

Any way openGL driver still have bug that we can only open 1 window from device. DirectX and buring video driver can open many windows from one device. As I said: :wink: Hint: Its still not possible to run multiple instances of Irrlicht in one software where all instances are using OpenGL! One inst...
by AGameDev
Sun Jan 25, 2015 7:02 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht, Qt and Qt Creator [Qt5 compatible]
Replies: 7
Views: 8491

Re: Irrlicht, Qt and Qt Creator [Qt5 compatible]

Sorry, that I didn't see your post earlier.

You're welcome. Nice that it works for you.
by AGameDev
Thu Jan 15, 2015 9:33 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht / Qt4 integration + QtCreator
Replies: 46
Views: 28398

Re: Irrlicht / Qt4 integration + QtCreator

You're welcome. Little hint: Here is an alternative integration of Irrlicht into Qt. For me it is a simpler approach and easier to understand. If you use this code in the same application as here, my approach is bug free. I don't think that a downloadable template will be very helpful for a better u...
by AGameDev
Thu Jan 15, 2015 2:48 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht, Qt and Qt Creator [Qt5 compatible]
Replies: 7
Views: 8491

Irrlicht, Qt and Qt Creator [Qt5 compatible]

As announced here (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=5&t=44658&start=30#p291401), I've tried a different approach to integrate Irrlicht into Qt. My Goal was to seperate the Irrlicht related code as far as possible into a sperate class (or classes). However there is still ...
by AGameDev
Tue Jan 06, 2015 5:32 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht / Qt4 integration + QtCreator
Replies: 46
Views: 28398

Re: Irrlicht / Qt4 integration + QtCreator

Hello, I've done some small updates to this code. I'm posting this update here, because I think that there could be a better/ more modern approach for integrating Irrlicht into Qt. But first I have to try my idea. That's why I post the slightly modernized version here. It works with Qt 5.x and was f...