Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. what is use of SDL libraries in Qt?

what is use of SDL libraries in Qt?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 2.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mit_cruzeM Offline
    mit_cruzeM Offline
    mit_cruze
    wrote on last edited by
    #1

    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?

    jsulmJ 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by VRonin
      #2
      • 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 ?

      1 Reply Last reply
      2
      • mit_cruzeM mit_cruze

        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?

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @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.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved