robot
FSM library
A library that enables declarative programming of application states using finite state machines.
🤖 A functional, immutable Finite State Machine library
2k stars
18 watching
88 forks
Language: JavaScript
last commit: 11 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
digint/tinyfsm | A simple C++ finite state machine library for building and managing complex state transitions. | 949 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
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 |
doridori/engine | An observable Finite State Machine implementation for Java with optional data object access and runtime type checking. | 33 |
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 |
gurpartap/statemachine-go | A library that provides a simple and feature-complete implementation of finite-state machines in Go | 98 |