nanostate
Fsm library
A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking.
🚦- Small Finite State Machines
170 stars
9 watching
21 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
finite-state-machinefsmstate-machine
Related projects:
Repository | Description | Stars |
---|---|---|
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 185 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
stonecypher/jssm | A JavaScript library for creating and managing finite state machines with visualizations | 340 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
digint/tinyfsm | A simple C++ finite state machine library for building and managing complex state transitions. | 958 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
cocoonspace/fsm | A package that allows developers to add finite-state machines to their Go code | 66 |
matthewp/robot | A functional and immutable Finite State Machine library for managing application state in JavaScript applications. | 1,931 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
camelot-framework/yatomata | A lightweight implementation of finite state machines in Java with a declarative approach and easy-to-use API | 26 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
doridori/engine | An observable Finite State Machine implementation for Java with optional data object access and runtime type checking. | 33 |