Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

Maiko SDL code for SDL3 requires update for release version of SDL3 3.1.2 #1794

Open nbriggs opened 3 months ago

nbriggs commented 3 months ago

There appear to have been some significant changes to the APIs between the prerelease SDL 3.1.0 and the release version 3.1.2 that is currently available. At least the following areas need to be addressed before we can compile/run with the released SDL3

There may be additional considerations beyond the compilation errors that result from the above.

nbriggs commented 2 months ago

There have been more significant API changes from early prerelease SDL3 code to "current" SDL3 code (still unreleased). In order to test with SDL3, until there is a real release, you need to fetch assets from a workflow build action -- see for example libsdl actions - but the maiko SDL3 code isn't going to keep up with the API changes until there's a real release.

pamoroso commented 1 month ago

SDL3 3.1.3 has reached ABI lock.

nbriggs commented 1 month ago

I'll look at this again in a couple of weeks. When I looked at the feature differences between SDL2 and SDL3 I didn't see anything that would obviously benefit maiko.