1. Home
  2. Browse
  3. hfsm2

hfsm2

v2.7.0#0Latest

Header-only heriarchical FSM framework in C++11, with fully statically-defined structure (no dynamic allocations), built with variadic templates.

Install

Run the following Vcpkg command to install the port.

vcpkg install hfsm2

Usage

The package hfsm2 is header only and can be used from CMake via:

find_package(hfsm2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE hfsm2::hfsm2)

Dependencies

See source

Version

v2.7.0#0

Publication

Supports

All

GitHub

andrew-gresyk/HFSM2514

Homepage

github.com/andrew-gresyk/HFSM2

Subtree

baec7adaab

License

MIT

Definition

Manifest