Even Firefox (as iceweasel) was ported recently
Oh that is very nice. I will see if I can get the port running
At any rate, I strongly recommend giving Genio a try, it’s a very good native IDE.
Thanks for the recommendation. I will definitely give it a try. Seems to be exactly what I was looking for.
I have yet to try SDL3, still using SDL2 because (1) SDL3 is quite new, therefore not tried-and-true yet, (2) I am very reluctant to change my programs/libraries once again. But if I were to guess, I’d say building SDL3 should be pretty straightforward, as you predicted.
Oh. Actually, SDL3 got a stable release recently. But even before that it was being used in the Steam client, Steam link and other valve games like CS2 already for over a year by millions of users. Arch removed SDL2 from their repos and have replaced it with SDL2-compat which is basically SDL2 over SDL3. Migration should be pretty straightforward with most changes being renames (for which they give you a script). Other than that only the audio api went through major changes. A lot of new APIs were added like the GPU API and the camera API. I upgraded my framework and other stuff to SDL3 and it felt like a massive upgrade. Though again you know better what to do with your software and SDL2 is going nowhere.