[Qt-interest] libqsdl: Qt and SDL
jjDaNiMoTh
jjdanimoth at gmail.com
Fri May 13 16:49:54 CEST 2011
Hello to all,
if you need to work with Qt and SDL togheter, or learn how to use SDL,
please consider to use and improve this simple library [1]. Maybe it
could help some of us, anyway here it is for reference :)
It simply encapsulate an SDL surface into a widget, and you could have
more sdl widget on one single window, because the surface is converted
(O(1)) into an image before drawing to the screen.
[1] https://github.com/kronat/libqsdl
More information about the Qt-interest-old
mailing list