aquam
FSM library
A Ruby DSL for defining and validating Finite State Machines
Object-Oriented Finite State Machine
32 stars
3 watching
4 forks
Language: Ruby
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
stonecypher/jssm | A JavaScript library for creating and managing finite state machines with visualizations | 335 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
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 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
doridori/engine | An observable Finite State Machine implementation for Java with optional data object access and runtime type checking. | 33 |
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 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
owickstrom/motor | A Haskell library for building type-safe finite-state machines with effects. | 95 |
piotrmurach/finite_machine | A minimalist Ruby gem for defining and managing finite state machines with straightforward syntax and powerful callback mechanisms. | 808 |
entt-dev/fsm | A C++ implementation of a finite state machine with ECS layout optimization | 8 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |