Custom Engine on SDL3

contributions-welcome game-engine good-first-issue
2 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
Game Development Engine Development

AI Summary: Enhance the `install_dependencies.py` script within a C++ game engine project to allow excluding specific files or directories during the installation of third-party libraries. This involves adding a new field to the `ManualInstallLibrary` class to handle exclusion wildcards.

Complexity: 3/5
enhancement help wanted good first issue

Custom Engine on SDL3

C++
#contributions-welcome#game-engine#good-first-issue
Game Development Engine Development

AI Summary: Add a verbose option to the `build_dependencies.py` script. This involves implementing a new logging level ([debug]) and adding command-line arguments (`-v` and `--verbose`) to control the verbosity of the script's output, including details like CMake commands and file paths.

Complexity: 3/5
enhancement help wanted good first issue

Custom Engine on SDL3

C++
#contributions-welcome#game-engine#good-first-issue