First post, by JordanCpp
Greetings!
Repo: https://github.com/JordanCpp/SDL3Lite
I am developing a lightweight version of the SDL3 library. I like programming for old computers. But this does not mean that I use assembler. The project is being developed on C++ 98 with minimal dependencies. And it already works on Windows 95 and higher. On Linux, Debian 3 and higher.
This is a lightweight implementation of the SDL3 library. I really like the SDL3 library, but it saddens me that with each release of a new version, support for older systems is removed. Therefore, I decided to write a simpler version compatible at the API level. To support old and new systems, architectures, and operating systems.
In future versions I plan to add support for Windows 3.1 and MS-DOS.