Search results for statemachine

No image provided.

StateMachine

September 22, 2018 • MIT License
A thread safe state machine implemented in pure Swift
StateMachine screenshot

StateMachine

January 30, 2018 • MIT License
State machine creation framework written in Swift inspired by GKStateMachine from Apple GameplayKit
DBStateMachine screenshot

DBStateMachine

June 25, 2016 • MIT License
A swift library for implementing state machine just like GKStateMachine in GameplayKit.
SwiftState screenshot

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:...