EasyFlow
FSM
A lightweight Finite State Machine implementation in Java
EasyFlow - Simple and lightweight Finite State Machine for Java
445 stars
33 watching
86 forks
Language: Java
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
kbrw/exfsm | A simple Elixir library to define and compose finite state machines as functions | 11 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
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 |
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 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
fschaefer/stately.js | An engine for creating and managing finite-state machines with event-driven transitions. | 813 |
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 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
matthewp/robot | A library that enables declarative programming of application states using finite state machines. | 1,923 |