[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] SDL3
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 12 May 2024 19:21:53 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1715541715; bh=8nE+WoN8L3CWEJWXd+mFU+KTpXiNy2ySGEQ64rPPZkI=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=QQBhAptw3yoUmnPgCaxnNPl1QCGVtKostNsBx1QGLMqOiGO5cMsK7AKli0DX+jApM 3Gl+4XaYm0WgxiT+WKmI7CeHC5ZcJhp4M6Tj+JolKugqaVBg+fBm4+UMC0HWGVcsGj 6g/ntC27HdLq9QkOjK7kCpiSP/eD+QodvkY+K17mqWDhC72ysyUTHWGEVI2K9xzbU+ Mv8uiqLN5FQNpRvbfm7sI+gCln5myWrFooD+JJRGee9we5joUA7lPEshxUZjBUBQWD 7Y1Le9dartLldFmRW4R8WnthvLs0xCTmVGKOCxTM/eBR1zzMODOJFwDnXSR4XaBKbe gGe649SdsJTHg==
Am Thu, 9 May 2024 08:37:41 +0200
schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
> Hello all,
>
> SDL3 is under development and is soon to replace SDL2. Therefore I ported Previous to SDL3. Until SDL3 is in stable condition I will keep the SDL2 port though.
>
> Porting was quite straight forward but also involved some tricky things. I was able to simplify audio handling quite a bit. On the other hand video handling is a bit strange in my SDL3 port. I might try to further improve this. But anyway everything seems to work properly or even better than with SDL2.
>
> I appended a patch. It will partially apply to Hatari like for example in sdlgui.c. Other things need to be transferred manually.
Thanks, this will be very helpful when we'll be starting the adaption to
SDL3! (but at least my current plan is to wait 'til SDL3 is available in
the usual Linux distributions before starting to work on converting Hatari
to this new major version of the SDL)
Thomas