Quote from: Cas on November 09, 2025, 07:24:57 AMprogramming for it in C is a very different experience from just making a C program
I didn't understand. Any explanation? What I do know is that programming in BASIC is a very different experience from programming in BASIC:
https://matei.one/games.html#emu
Quotealthough almost all home computers came with BASIC interpreters, they were also different, so a program written in BASIC for one computer would generally not function without modifications on another computer.
Next:
Quotewhat I try to achieve with my programs is some portability (through time, more than from platform to platform, but both are good). [...] SDL does not solve this.
Yes it does. All you have to do is make your graphical and sound functions work with all 3 versions of SDL, which is what I did.
https://sourceforge.net/projects/simple3d/
https://forum.stunts.hu/index.php?topic=4520