tinyfsm
FSM library
A simple C++ finite state machine library for building and managing complex state transitions.
A simple C++ finite state machine library
949 stars
38 watching
174 forks
Language: C++
last commit: 5 months ago c-plus-pluscpp-librarycpp11header-onlystate-machine
Related projects:
Repository | Description | Stars |
---|---|---|
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
entt-dev/fsm | A C++ implementation of a finite state machine with ECS layout optimization | 8 |
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 |
stonecypher/jssm | A JavaScript library for creating and managing finite state machines with visualizations | 335 |
andrew-gresyk/hfsm2 | A header-only C++ library implementing a high-performance hierarchical finite state machine framework. | 479 |
matthewp/robot | A library that enables declarative programming of application states using finite state machines. | 1,923 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
microsoft/blingfire | A C++ library for efficient finite state machine and regular expression manipulation. | 1,834 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
choojs/nanostate | A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking. | 170 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
mpusz/fsm-variant | An implementation of a finite state machine using std::variant in C++ | 84 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |