State-Machine
FSM library
A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks.
Javascript Hierarchical Finite State Machine
159 stars
16 watching
33 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
stonecypher/jssm | A JavaScript library for creating and managing finite state machines with visualizations | 335 |
erikzenker/hsm | A C++ library that provides a simple and expressive way to model and manage finite state machines using Boost Hana meta programming. | 190 |
choojs/nanostate | A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking. | 170 |
fschaefer/stately.js | An engine for creating and managing finite-state machines with event-driven transitions. | 813 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
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 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
pzuh/finitestatemachine | An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in video games | 3 |