Objective-c might be old and extinct to some, but it sure is powerful.
Gimbalsaurus is a set of bindings for the libgimbal cross platform framework written in Objective-c. These bindings will provide a Cocoa flavour to the extensive APIs already available in the core framework. They will be the basis of an upcoming rewrite of my EVMU (Sega Visual Memory Unit Emulator) for the Apple Watch.
Clone the project
git clone [email protected]:andrewapperley/gimbalsaurus.git
Install CMake
Visit https://cmake.org/install/ and install MacOS binary in /Applications
Run sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
Install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Xcode
brew install xcodesorg/made/xcodes
xcodes install --latest
Install fastlane
brew install fastlane
Run build.sh
./build.sh
a) Embed /gimbalsaurus/gimbalsaurus.xcodeproj
and mark the gimbalsaurus.framework
target as a dependency
OR
b) Use either the Cocoapods or Carthage dependency (COMING SOON)