starshippad
Star Fox 64 (Starship) adapted for iPhone and iPad, with native Metal rendering, touch flight controls, Files-based setup, and controller support.
File Explorer
- ios-build.yml
- dependabot.yml
- starshippad-action-battle.jpg
- starshippad-action-landmaster.jpg
- starshippad-action-sunset.jpg
- starshippad-controller.jpg
- starshippad-first-run.png
- starshippad-hero.jpg
- ASSET_AND_TRADEMARK_NOTICE.md
- BUILDING.md
- future-work.md
- LICENSES.md
- RELEASE_CHECKLIST.md
- remaining-work.md
- starshippad-implementation-plan.md
- touch-controls-design.md
- visual-pack-research.md
- AppIcon.png
- AppIcon.svg
- libultraship-ios.patch
- lus-925-metal-prism.patch
- starship-ios.patch
- torch-ios.patch
- verify_phase4_routes.cpp
- apply-source-patches.sh
- audit-ios-app.sh
- build-ios.sh
- check-repo-safety.sh
- clone-sources.sh
- configure-ios.sh
- generate-port-archive.sh
- package-ios.sh
- test-controller-reconnect.sh
- verify-phase4-voice-routes.sh
- SDL.h
- spdlog.h
- controller_manager_test.cpp
- .gitattributes
- .gitignore
- CONTRIBUTING.md
- LICENSE
- LICENSE-APACHE-2.0.txt
- README.md
- SECURITY.md
- THIRD_PARTY_NOTICES.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
