No image provided.
StateMachine
January 30, 2018 • MIT License
State machine creation framework written in Swift inspired by GKStateMachine from Apple GameplayKit
DBStateMachine
June 25, 2016 • MIT License
A swift library for implementing state machine just like GKStateMachine in GameplayKit.
SwiftState
August 29, 2014 • MIT License
Elegant state machine for Swift.
[Features]
Transition: .State0 => .State1
Try transition: machine <- .State1
Try transition + messaging: machine <- (.State1, "GoGoGo")
Chaining:...