Native Apple build kit

One rig.
Mac and iPhone.

The 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.

Download Xcode project Full build guide Try iPhone layout
01 / PREPARE

Install the Apple tools

On the Mac, install Xcode from Apple, then install XcodeGen.

xcode-select --install
brew install xcodegen
02 / UNPACK

Get the source

Download and unpack the self-contained project kit.

curl -LO https://anime25d-rig.pages.dev/apple/Anime25DRigApple.zip
unzip Anime25DRigApple.zip
cd Anime25DRigApple
03 / GENERATE

Create the Xcode project

Pin 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.xcodeproj
04 / RUN

Choose a target

Run 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.