Conversation
|
Thanks for the contribution! 🙏 The PR looks solid, but it seems you've ported the backend version from the You can find a reference in the official C++ SDL3 backend here: And here is how it's implemented for GLFW in this repo: Once that's done, what do you think about extending the Application class to provide a usage example? We could add a new field to the |
|
aye sure, will take a look at that. thanks! |
|
@SpaiR added the PlatformIO stuff, just pretty much translated the imgui impl, with some looking at your impl. the |
adds an sdl3 backend. now properly builds, with code style etc.
also updated lwjgl to 3.4.1 (latest stable) for sdl bindings.
closes #314