motion-state-machine
State machine
A state machine gem designed to simplify complex UI states and handle asynchronous events in RubyMotion apps.
A state machine gem designed for RubyMotion.
70 stars
5 watching
8 forks
Language: Ruby
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
state-machines/state_machines | Supports creating state machines for attributes on Ruby classes | 818 |
jtushman/state_machine | A Python library that provides a declarative way to define states and transitions for objects | 405 |
ryan-allen/workflow | A Ruby state machine library that models and interacts with workflows in a finite-state-machine-inspired API. | 233 |
geekq/workflow | An API for modeling and interacting with workflow states and transitions in a state-machine-inspired way | 1,763 |
amatsuda/stateful_enum | Simplifies state machine management with Rails and ActiveRecord | 625 |
troessner/transitions | A state machine implementation for Ruby models | 533 |
soveran/micromachine | A minimal implementation of a finite state machine in Ruby | 525 |
svenfuchs/simple_states | A lightweight statemachine-like support library with event handling and state management capabilities. | 96 |
rbarrois/xworkflows | A Python module that enables the creation and management of workflows or state machines. | 188 |
achou11/state-machines | A collection of knowledge and terminology around state machines used in software development | 62 |
joaomdmoura/machinery | A lightweight Elixir library for creating and managing state machines | 535 |
glyph/automat | A Python library for expressing finite-state machines in an idiomatic way, allowing developers to define and enforce complex state transitions without cluttering their code with conditional logic. | 592 |
qor/transition | A state machine implementation for Go, allowing developers to model and manage complex business processes in their applications. | 433 |
shuckster/statebot-sh | An implementation of a finite state machine using shell scripts to manage the behavior of a program. | 17 |
pzuh/hierarchicalstatemachine | Provides a framework for implementing hierarchical state machines in ActionScript 3.0 for AI bots and agents. | 2 |