goldenpad
GoldenEye 007, native for iPhone, iPad, and Apple Silicon Mac. Metal, touch controls, and user-supplied retail data.
파일 탐색기
- AppIcon-1024.png
- AppIcon-mac-1024.png
- AppIcon-mac-128.png
- AppIcon-mac-16.png
- AppIcon-mac-256.png
- AppIcon-mac-32.png
- AppIcon-mac-512.png
- AppIcon-mac-64.png
- Contents.json
- Contents.json
- GoldenPadMacInfo.plist.in
- Info.plist.in
- RecompPrototypeInfo.plist.in
- ThirdPartyNotices.txt
- goldenpad-rt64-bunker-action-ipad.jpg
- goldenpad-rt64-bunker-ipad.jpg
- goldenpad-rt64-file-select-ipad.jpg
- goldenpad-rt64-jungle-ipad.jpg
- goldenpad-setup-ipad.png
- goldenpad-setup-iphone.png
- ANDROID_FEASIBILITY.md
- ARCHITECTURE.md
- ART.md
- BUILDING.md
- CONTROLS.md
- EXTERNAL_REVIEW_2026-08-22.md
- EXTERNAL_TECHNICAL_REVIEW_HANDOFF.md
- INDEPENDENT_TECHNICAL_DEEP_DIVE_PROMPT.md
- LEGAL.md
- MACOS_NATIVE_FEASIBILITY_2026-08-21.md
- MULTIPLAYER_ROADMAP.md
- NEXT_STEPS.md
- PLAN.md
- PREVIEW_2_ROM_IMPORT.md
- PREVIEW_3_PLAN.md
- PREVIEW_4_INPUT_FIX.md
- RELEASE_CHECKLIST.md
- RELEASE_NOTES_0.1.0-preview.1.md
- RELEASE_NOTES_0.1.0-preview.2.md
- RELEASE_NOTES_0.1.0-preview.3.md
- RELEASE_NOTES_0.1.0-preview.4.md
- RESEARCH.md
- RT64_N64RECOMP_MORNING_HANDOFF_2026-08-21.md
- RT64_N64RECOMP_PROTOTYPE.md
- source-license-manifest.tsv
- SOURCE_LICENSES.md
- STATUS.md
- TECH_DEBT.md
- TESTING.md
- WORKLOG.md
- goldeneye64recomp-ios-modern-controls.patch
- goldeneye64recomp-ios-prototype-render-trace.patch
- mgb64-ios-fast3d.patch
- mgb64-ios-metal.patch
- mgb64-multiplayer-smoke.patch
- mgb64-public-tests.patch
- n64modernruntime-ios-aot.patch
- plume-ios-metal.patch
- plume-ios-simulator-query.patch
- plume-macos-main-queue-coalescing.patch
- rt64-ios-embedded.patch
- rt64-ios-sdk.patch
- rt64-ios-simulator-resource-limits.patch
- README.md
- build-recomp-macos-dependencies.sh
- check-no-rom-data.sh
- configure-ios-simulator.sh
- fetch-mgb64.sh
- generate-source-license-manifest.sh
- package-foundation-ipa.sh
- package-recomp-macos-alpha.sh
- package-recomp-prototype-ipa.sh
- package-unsigned-ipa.sh
- verify-mgb64-ios-core.sh
- verify-mgb64-ios-fast3d.sh
- verify-mgb64-ios-metal.sh
- verify-mgb64-ios-renderer.sh
- verify-mgb64-multiplayer-smoke.sh
- verify-mgb64-public-tests.sh
- verify-recomp-input-matrix.sh
- verify-recomp-macos-alpha.sh
- verify-recomp-prototype-host.sh
- verify-recomp-prototype-ipa.sh
- verify-rt64-ios-metal.sh
- verify-rt64-ios-static.sh
- verify-source-license-manifest.sh
- verify-unsigned-ipa.sh
- GoldenPadMacApp.swift
- RecompMacAudio.swift
- RecompMacDiagnostics.swift
- RecompMacInput.swift
- RecompMacMetalCanvas.swift
- RecompMacROMStore.swift
- AppleRenderSurface.swift
- GoldenPadApp.swift
- InputSystem.swift
- MetalCanvas.swift
- PlatformServices.swift
- RecompControlMapping.swift
- RecompPrototypeApp.swift
- RecompPrototypeAudio.swift
- RecompPrototypeInput.swift
- RecompPrototypeMetalCanvas.swift
- RecompPrototypeROMStore.swift
- RecompPrototypeTouchLayout.swift
- ROMValidator.swift
- TouchControlsView.swift
- TouchLayout.swift
- SDL.h
- gl3.h
- SDL.h
- mgb64_core_bridge.c
- mgb64_metal_surface_bridge.mm
- mgb64_mobile_config.c
- mgb64_mobile_gu.c
- mgb64_mobile_host.c
- mgb64_mobile_legacy_data.c
- mgb64_mobile_os.c
- mgb64_renderer_bridge.c
- mgb64_renderer_defaults.c
- mgb64_rom_bridge.c
- MGB64Core.cmake
- recomp_aot_link_bridge.cpp
- recomp_game_start.cpp
- recomp_register_overlays.cpp
- recomp_rom_import.cpp
- recomp_rt64_surface_bridge.cpp
- recomp_rt64_surface_stub.cpp
- recomp_ui.h
- recomp_ui_stub.cpp
- recomp_ultra_shims.cpp
- rt64_namespace_compat.hpp
- rt64_application_window_embedded.cpp
- rt64_bridge_stub.cpp
- rt64_file_dialog_embedded.cpp
- rt64_inspector_embedded.cpp
- rt64_link_probe.cpp
- rt64_metal_bridge.cpp
- RecompControlMappingTests.swift
- .gitignore
- CMakeLists.txt
- CONTRIBUTING.md
- README.md
- SECURITY.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
brew install
설명 보기 ▼
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
설명 보기 ▼
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:
shasum
설명 보기 ▼
shasum
SHA 암호화 체크섬 계산.
더 많은 정보: <https://manned.org/shasum>.
shasum {{path/to/file1 path/to/file2 ...}}
하나 이상의 파일에 대해 SHA1 체크섬 계산:
shasum --algorithm {{1|224|256|384|512|512224|512256}} {{path/to/file1 path/to/file2 ...}}
하나 이상의 파일에 대해 SHA256 체크섬 계산:
{{command}} | shasum
하나 이상의 파일에 대해 SHA512 체크섬 계산:
xdelta
설명 보기 ▼
xdelta
델타 인코딩 유틸리티.
주로 바이너리 파일에 패치를 적용하는 데 사용됩니다.
더 많은 정보: <https://manned.org/xdelta>.
xdelta delta {{path/to/old_file}} {{path/to/new_file}} {{path/to/patch_file}}
패치 적용:
xdelta patch {{path/to/patch_file}} {{path/to/old_file}} {{path/to/new_file}}
패치 생성:
xdelta delta -{{0..9}} {{path/to/old_file}} {{path/to/new_file}} {{path/to/patch_file}}
Generate a patch with a specific compression level:
xdelta3
설명 보기 ▼
xdelta3
A delta compression tool for binary files.
xdelta3 -e -s {{path/to/old_file}} {{path/to/new_file}} {{path/to/patch_file}}
Create a patch ([e]ncode) based on a [s]ource file:
xdelta3 -d -s {{path/to/old_file}} {{path/to/patch_file}} {{path/to/new_file}}
Apply a patch ([d]ecompress) to a [s]ource file:
xdelta3 -{{0..9}} -s {{path/to/old_file}} {{path/to/new_file}} {{path/to/patch_file}}
Create a patch with a specific compression level:
xcrun
설명 보기 ▼
xcrun
개발 도구 및 속성을 실행하거나 찾습니다.
더 많은 정보: <https://keith.github.io/xcode-man-pages/xcrun.1.html>.
xcrun {{tool}} {{arguments}}
활성 개발자 디렉토리에서 도구를 찾고 실행:
xcrun {{tool}} {{arguments}} --verbose
자세한 출력 표시:
xcrun --sdk {{sdk_name}}
주어진 SDK에 대한 도구 찾기:
