Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Gordon-F/miniquad_ios_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published