state-js
Finite state manager
A JavaScript finite state machine library that allows defining and managing multiple states with entry conditions and callbacks.
A JavaScript finite state machine with a more natural fashion.
1 stars
2 watching
1 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
fschaefer/stately.js | An engine for creating and managing finite-state machines with event-driven transitions. | 813 |
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 | 335 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
choojs/nanostate | A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking. | 170 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
tomas2387/maquinaria | A JavaScript implementation of a finite-state machine with transitional aliasing. | 5 |
fanhaoyuan/vc-state | A Vue.js state management library that enables easy composition of scoped state using context and hooks. | 6 |
pzuh/finitestatemachine | An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in video games | 3 |
davestewart/javascript-state-machine | A JavaScript library for managing state-dependent systems through an event-driven finite-state machine | 342 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
gausby/bon-etat | A finite state machine implementation that uses code generation to manage states and transitions. | 5 |
statefulj/statefulj | A Java framework for implementing and integrating finite state machines into applications with support for persistence and Spring-based frameworks. | 171 |