Skip to content

SDL3: Add SDL3_image to #987

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

Draft
wants to merge 2 commits into
base: 3.2.0
Choose a base branch
from
Draft

Conversation

jeffbdavenport
Copy link

I added this for my needs, figured someone might like to use it.

The image.c.v file still has a lot of structs and enums in there that doesn't need to be there. But it works as far as I have used it.

Copy link
Contributor

@larpon larpon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wrapping is redefining types already available in the main sdl module. The code in this PR needs a major overhaul for it to be in an acceptable condition to use as a base for the image module. There's also no examples or tests where it is used along with sdl included which would be a bare minimum to ensure the wrapper works and does not regress.

The image.c.v file still has a lot of structs and enums in there that doesn't need to be there. But it works as far as I have used it.

Also when you know something is messy please put some effort into cleaning it up before making a pull request so maintainers does not waste time on it

@larpon larpon marked this pull request as draft April 2, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants