andrewapperley / gimbalsaurus

Objective-c might be old and extinct to some, but it sure is powerful.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gimbalsaurus

Objective-c might be old and extinct to some, but it sure is powerful.

What is this?

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.

Use GimbalSaurus in your project

Clone the project

git clone git@github.com: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)

About

Objective-c might be old and extinct to some, but it sure is powerful.

License:MIT License


Languages

Language:Objective-C 90.8%Language:C 6.4%Language:Shell 2.8%