FSM
FSM library
A C++ implementation of a finite state machine with ECS layout optimization
finite-state-machine demo
8 stars
3 watching
1 forks
Language: C++
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple C++ finite state machine library for building and managing complex state transitions. | 958 |
| An immutable finite state machine implementation without separate processes | 358 |
| A C++ library that provides a simple and expressive way to model and manage finite state machines using Boost Hana meta programming. | 191 |
| A header-only C++ library implementing a high-performance hierarchical finite state machine framework. | 489 |
| A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
| An implementation of a finite state machine using std::variant in C++ | 84 |
| A Haskell library for building type-safe finite-state machines with effects. | 95 |
| A minimalistic finite state machine library implemented using ES6 promises | 463 |
| A package that allows developers to add finite-state machines to their Go code | 66 |
| A functional and immutable Finite State Machine library for managing application state in JavaScript applications. | 1,931 |
| A lightweight Finite State Machine implementation in Java | 447 |
| A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
| A simple Elixir library to define and compose finite state machines as functions | 11 |
| A C++ template metaprogramming framework for building finite state machines by automatically generating the code from a state table. | 6 |
| A dead simple finite-state-machine implementation in JavaScript | 14 |