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

WIP: SDL3 Support #1915

Draft
wants to merge 3 commits into
base: 9.0.0-dev
Choose a base branch
from
Draft

WIP: SDL3 Support #1915

wants to merge 3 commits into from

Conversation

Fancy2209
Copy link

@Fancy2209 Fancy2209 commented Mar 6, 2025

Current work to get Lime working on SDL3
Current blocker is the change to how SDL_build_config.h works, as it no longer has pregenerated headers for the build configs and we'll need to add some in the custom folder

Fixes: #1848

@Fancy2209 Fancy2209 marked this pull request as draft March 6, 2025 23:41
@mcagabe19
Copy link

mcagabe19 commented Mar 8, 2025

the thing is sdl module needs to switched with sdl3 and vulkan implementation needed in lime and SDL android java codes needs to be updated too

@Fancy2209
Copy link
Author

the thing is sdl module needs to switched with sdl3 and vulkan implementation needed in lime and SDL android java codes needs to be updated too

I did update the module to SDL3.
SDL still supports OpenGL, no need for Vulkan.
I will update Android Java when I get this working on desktoo

@mcagabe19
Copy link

I did update the module to SDL3.

I meant to say SDL2 needs to be removed from the lime and fully switched with SDL3

@Fancy2209
Copy link
Author

Fancy2209 commented Mar 8, 2025

I did update the module to SDL3.

I meant to say SDL2 needs to be removed from the lime and fully switched with SDL3

It does not? I don't see why SDL2 shouldn't be an option.

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