tinverse / tsm

A Typed Hierarchical State Machine Framework in C++
https://tinverse.github.io/tsm/index.html
MIT License
41 stars 7 forks source link

Rewrite to use a typed Hsm #14

Closed dibsonmuad closed 5 months ago

dibsonmuad commented 5 months ago

Rewrite to remove base 'State' and 'Event' types, virtual methods and dynamic casts. Minimum C++17 required.