what is use of SDL libraries in Qt?
Unsolved
General and Desktop
-
-
- Hello I want to know What is Simple Direct Media Layer libraries used for ?
Its a framework for media and games development.
https://www.libsdl.org/
Seeems to be used in
http://www.ics.com/blog/whats-new-qt-570-qt-gamepad
How do we use that libraries in Qt to show its simplest usage?
http://stackoverflow.com/questions/27344831/using-sdl-opengl-and-qt-together
- Can I use SDL libraries in some way in my app?
Yes, but it wont be easy and you will have to read
lots of docs to get them to play nice
together.
First step is to build it with the same compiler as you use for Qt.
https://wiki.libsdl.org/Installation
Can I ask why you want to mix SDL with Qt ?
- Hello I want to know What is Simple Direct Media Layer libraries used for ?
-
Hello I want to know What is Simple Direct Media Layer libraries used for ?
How do we use that libraries in Qt to show its simplest usage?
I have made an application that runs multiple video in qt?
Can I use SDL libraries in some way in my app?
@mit_cruze said in what is use of SDL libraries in Qt?:
Simple Direct Media Layer
If you use google with "Simple Direct Media Layer" the first match is http://www.libsdl.org/ where it is explained.
For sure you can use SDL in your app, but I don't know whether there is any direct support in Qt. Maybe somebody else knows.