alex19900413 / hsm

C++ framework library to simplify state-driven code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSM, short for Hierarchical State Machine, is an open-source C++ framework library that can be used to simplify the organization of state-driven code. The implementation is partially inspired by the UML State Machine or UML Statechart as well as by the UnrealScript State system in Unreal Engine 3.

Please visit the wiki for more information: https://github.com/amaiorano/hsm/wiki

About

C++ framework library to simplify state-driven code

License:MIT License


Languages

Language:C++ 62.1%Language:Python 37.9%