FormidableLabs/Phaedo

Name: Phaedo

Owner: Formidable

Description: A speedy constraints solver for Swift.

Created: 2016-10-13 06:20:12.0

Updated: 2017-08-03 01:48:37.0

Pushed: 2016-10-17 03:53:30.0

Homepage: null

Size: 56

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Phaedo

CI Status Version License Platform

Docs WIP!

Phaedo is a speedy linear constraint solver for Swift.

Phaedo wraps the Kiwi constraint solver (C++) in a thin layer of Objective-C, then adds operator overloads in Swift for intuitive constraint definitions.

Instances of Phaedo solvers aren't constrained to the UI thread, opening the door for parallel constraint layout. Phaedo's ultimate goal is to form the foundation of a multithreaded replacement for AutoLayout that works in both Swift and React Native.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

Phaedo is available through CocoaPods. To install it, simply add the following line to your Podfile:

"Phaedo"
Author

Tyler Thompson, tyler.thompson@formidable.com

License

Phaedo is available under the MIT license. See the LICENSE file for more info.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.