stateless
State machine library
A Go library for creating finite state machines directly in code
Go library for creating finite state machines
967 stars
11 watching
53 forks
Language: Go
last commit: 3 months ago
Linked from 3 awesome lists
dot-graphfsmgogolangstate-diagramstate-machinestatechart
Related projects:
Repository | Description | Stars |
---|---|---|
gurpartap/statemachine-go | A library that provides a simple and feature-complete implementation of finite-state machines in Go | 98 |
d5/go-fsm | A Go library implementing an immutable state machine with conditional and action functions | 37 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
fgmacedo/python-statemachine | A Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation. | 911 |
theckman/go-fsm | A library providing a simple and safe finite state machine implementation in Go. | 17 |
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 |
veelenga/aasm.cr | A simple finite state machine library for Crystal classes | 51 |
rchamberlin/qmlstatemachine | A Qt project demonstrating how to use a C++ state machine with QML for UI | 14 |
qor/transition | A state machine implementation for Go, allowing developers to model and manage complex business processes in their applications. | 433 |
igorrius/go-fsm | A Go package implementing a Finite State Machine with contextual state transitions and actions. | 9 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
unquietcode/jstate | Provides a Java tool for building and managing state machines with standardized methods and callbacks. | 97 |
fawdlstty/smlite | A state machine library for various programming languages and platforms | 11 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |