wentasah / msfsm

Simple yet powerful C++ finite state machine library
MIT License
13 stars 3 forks source link

MSFSM

Simple yet powerful C++ finite state machine library.

Requirements

Installation

MSFSM is a header-only library. Just copy msfsm.hpp to your project and include it.

Documentation

Documentation Status

Documentation (not complete yet) is available via readthedocs.org. You can also look at several examples, which cover most of the provided functionality.