gitextract_fvasxu2p/ ├── .github/ │ └── workflows/ │ ├── android-build.yml │ ├── build.yml │ └── web-build.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── LICENSE ├── README.md ├── build.gradle ├── config/ │ ├── README.md │ ├── config-generic.sh │ ├── config-ios-xcode.sh │ ├── config-mac-xcode.sh │ ├── config-tvos-xcode.sh │ ├── config-visionos-xcode.sh │ ├── config-web-unix.sh │ ├── config-web-win.bat │ └── config-win.bat └── src/ ├── Info.plist.in ├── attributions.txt ├── iosLaunchScreen.storyboard ├── main.cpp └── the_entertainer.ogg