Open Issues Need Help
View All on GitHubAI Summary: Add support for Xbox to the Zig-based SDL3 port. This involves replicating the relevant SDL configuration from the upstream SDL project, managing dependencies through the Zig build system, ensuring cross-compilation compatibility, and updating the CI pipeline to include Xbox testing. Reference materials are provided in the issue description.
AI Summary: The task is to add macOS support to the Zig-based SDL3 port. This involves replicating the upstream SDL macOS configuration in the Zig build system, potentially managing dependencies, ensuring cross-compilation compatibility, and updating the CI pipeline.
AI Summary: The task is to add Emscripten support to the SDL3 Zig project. This involves configuring the build system to correctly compile and link SDL3 for the Emscripten target, potentially requiring adjustments to the build scripts and handling of Emscripten-specific dependencies. The project README provides guidance on adding support for new targets, including examples for Linux and Windows.