maquinaria
Finite machine
A JavaScript implementation of a finite-state machine with transitional aliasing.
🎛️ Finite state machine in javascript
5 stars
2 watching
1 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
finite-state-machine
Related projects:
Repository | Description | Stars |
---|---|---|
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
itkoren/machineto | A minimal implementation of a finite state machine in JavaScript | 7 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
piotrmurach/finite_machine | A minimalist Ruby gem for defining and managing finite state machines with straightforward syntax and powerful callback mechanisms. | 808 |
soveran/micromachine | A minimal implementation of a finite state machine in Ruby | 525 |
stonecypher/jssm | A JavaScript library for creating and managing finite state machines with visualizations | 335 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
hufyhang/state-js | A JavaScript finite state machine library that allows defining and managing multiple states with entry conditions and callbacks. | 1 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
patbenatar/promise-state-machine | An event-driven finite state machine backed by Promises | 8 |
doridori/engine | An observable Finite State Machine implementation for Java with optional data object access and runtime type checking. | 33 |
fschaefer/stately.js | An engine for creating and managing finite-state machines with event-driven transitions. | 813 |