Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create SDL1 Module #150

Open
nhurde opened this issue May 13, 2024 · 1 comment
Open

Create SDL1 Module #150

nhurde opened this issue May 13, 2024 · 1 comment

Comments

@nhurde
Copy link
Contributor

nhurde commented May 13, 2024

This module will be for outdated and older devices that do not have SDL2 or SDL3.

This is not a priority, but will be cool for retro systems, handhelds and other devicecs where SDL1 can handle the job. Not a high priority, but is certainly doable when enabling checks if XYZ is supported, slower via software instead of hardware, etc.

There is some older code for this already, but should be updated to be similar to SDL2 and raylib modules.

Not priority for LTS support 1.6X.

SDL1 module should require up to C++17, but being for older systems would be awkward for newer C++ versions (Keep in mind or discussed later as compiler does compile regardless, I believe..)

Older SDL 1 projects via - https://www.libsdl.org/projects/old/

@nhurde nhurde added this to the Spring 2025 milestone May 13, 2024
@nhurde
Copy link
Contributor Author

nhurde commented May 13, 2024

@nhurde nhurde modified the milestones: Spring 2025, Fall 2025, Summer 2025 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog (Secondary )
Development

No branches or pull requests

1 participant