Replies: 1 comment
-
Hello, Support for SDL3 is not currently being worked on, as I’m juggling multiple projects with limited time. For information here are some more details if someone want to contribute on this. Adding a new platform backend requires significant care and effort because Hello ImGui needs to remain compatible with various combinations of:
All these combinations must be manually tested across CI pipelines. Additionally, introducing a new backend would need to maintain core features such as:
Areas Requiring Changes for SDL3 Support:C++
CMake
If/when SDL3 support is considered, careful planning and execution will be necessary to ensure:
Currently Supported combinations of OS / Platform Backend / Rendering backendThere are currently 21 supported combinations (which is a lot to maintain, and test whether manually and in CI).
|
Beta Was this translation helpful? Give feedback.
-
It has a lot of new features...
https://wiki.libsdl.org/SDL3/NewFeatures
so it will be nice to have hello_imgui ready for.
Beta Was this translation helpful? Give feedback.
All reactions