Header-only heriarchical FSM framework in C++14, with fully statically-defined structure (no dynamic allocations), built with variadic templates.
Run the following Vcpkg command to install the port.
vcpkg install hfsm2
The package hfsm2 is header only and can be used from CMake via:
find_path(HFSM2_INCLUDE_DIRS "hfsm2/machine.hpp") target_include_directories(main PRIVATE ${HFSM2_INCLUDE_DIRS})
v1.10.1#0
Oct 14, 2021
All
andrew-gresyk/HFSM2491
github.com/andrew-gresyk/HFSM2
b7cff0d6f4
Complex license
Manifest