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 ...
Search found 5 matches
- 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: 12721
- 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: 12721
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.
You're welcome. Nice that it works for you.
- Thu Jan 15, 2015 9:33 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Irrlicht / Qt4 integration + QtCreator
- Replies: 46
- Views: 34145
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 ...
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 ...
- 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: 12721
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 a bug ...
My Goal was to seperate the Irrlicht related code as far as possible into a sperate class (or classes).
However there is still a bug ...
- Tue Jan 06, 2015 5:32 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Irrlicht / Qt4 integration + QtCreator
- Replies: 46
- Views: 34145
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 ...
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 ...