Skip to content

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

License

Notifications You must be signed in to change notification settings

andrewapperley/gimbalsaurus

Repository files navigation

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 [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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published