fsm
FSM
A package that allows developers to add finite-state machines to their Go code
Finite State Machine package in Go
64 stars
2 watching
4 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
theckman/go-fsm | A library providing a simple and safe finite state machine implementation in Go. | 17 |
igorrius/go-fsm | A Go package implementing a Finite State Machine with contextual state transitions and actions. | 9 |
gurpartap/statemachine-go | A library that provides a simple and feature-complete implementation of finite-state machines in Go | 98 |
dyrkin/fsm | An implementation of a Finite State Machine in Go. | 62 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
d5/go-fsm | A Go library implementing an immutable state machine with conditional and action functions | 37 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
gmclan-org/fsm-ai-module | A finite state machine implementation for AI behavior in game development | 3 |
choojs/nanostate | A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking. | 170 |
entt-dev/fsm | A C++ implementation of a finite state machine with ECS layout optimization | 8 |
matthewp/robot | A library that enables declarative programming of application states using finite state machines. | 1,923 |
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 |
qmuntal/stateless | A Go library for creating finite state machines directly in code | 967 |