Open Issues Need Help
View All on GitHub Game Development • Engine Development
Add exclude wildcards in python install dependencies script about 1 month ago
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
Game Development • Engine Development
Add verbose option in python script about 1 month ago
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