Gordon-F / miniquad_ios_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miniquad iOS Sample Project

Build & Run

Install Rust targets:

  • aarch64-apple-ios: iOS devices
  • x86_64-apple-ios: iOS simulator on x86 processors
  • aarch64-apple-ios-sim: iOS simulator on Apple processors
rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim

Install Xcodegen

Build Xcode project

cd ios
xcodegen

Run example

  1. Open generated xcodeproject
  2. Set signing team
  3. Select target device
  4. Click Run button

About

License:Apache License 2.0


Languages

Language:Rust 86.6%Language:C 6.6%Language:Shell 4.5%Language:Objective-C 2.3%