Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

swiftablellc/jabberwocky-head-tracking-kit-core-ios-binary

Repository files navigation

Jabberwocky Head Tracking Kit Core Binary for iOS

GitHub tag (latest SemVer) Platform GitHub

Head Tracking Cursor for any iOS app!

htkit-demo

About

The Jabberwocky® Head Tracking Kit Core (JabberwockyHTKitCore) is an open-source iOS framework, developed by Swiftable LLC, to provide a touch-free interface for existing iOS applications. The JabberwockyHTKitCore is a proprietary framework used by JabberwockyHTKit to provide facial gesture analysis and cursor positioning based off of head movement. JabberwockyHTKitCore is closed source, unlike JabberwockyHTKit, but is available under the Permissive Binary License which means it is free to distribute in its binary form, without modification, provided the conditions of the license are met.

Both JabberwockyHTKit and JabberwockyHTKitCore are available in the Jabberwocky CocoaPods Spec Repo and may be pushed to the master CocoaPods repo in the future.

See JabberwockyHTKit for more information on installation, integration, examples, and tutorials.

What Does JabberwockyHTKitCore Do?

JabberwockyHTKitCore consists primarily of a UIViewController called HTCameraViewController that analyzes camera input and emits NSNotifications for cursor position updates and facial gesture triggers.

Configuration and initialization of HeadTrackingCore can be found in HeadTracking from JabberwockyHTKit. See NSNotification definitions in JabberwockyHTKitCore-Swift.h for more information on what notifications are emitted from HTCameraViewController. You can see examples of these in use in HTFeature implementations in JabberwockyHTKit.

CocoaPods Installation

  1. Create the following Podfile and change $YOUR_TARGET:
source 'https://github.com/swiftablellc/jabberwocky-specs-repo.git'
source 'https://github.com/CocoaPods/Specs.git'

use_frameworks!
platform :ios, '12.0'

target '$YOUR_TARGET' do
  pod 'JabberwockyHTKitCore'
end
  1. Install the Pod
pod install

Trademarks

Jabberwocky® is a registered trademark of Swiftable LLC.

License

Permissive Binary License

About

Binary Repository for Jabberwocky Head Tracking Kit Core Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published