Install the Apple tools
On the Mac, install Xcode from Apple, then install XcodeGen.
xcode-select --install
brew install xcodegenThe macOS and iPhone apps embed the same Anime2.5DRig renderer. The iPhone works alone, or pairs locally with the Mac to switch characters and synchronize essential controls.
On the Mac, install Xcode from Apple, then install XcodeGen.
xcode-select --install
brew install xcodegenDownload and unpack the self-contained project kit.
curl -LO https://anime25d-rig.pages.dev/apple/Anime25DRigApple.zip
unzip Anime25DRigApple.zip
cd Anime25DRigApplePin the current web runtime into the native apps, then generate the project.
chmod +x sync_web.sh
./sync_web.sh https://anime25d-rig.pages.dev
xcodegen generate
open Anime25DRigApple.xcodeprojRun the macOS target directly. For iPhone, choose your Apple development team, connect the phone, and run the iOS target.
The simulator can test layout and pairing, but camera tracking must be verified on a physical iPhone.