All Projects → amaiorano → hsm

amaiorano / hsm

Licence: MIT license
C++ framework library to simplify state-driven code

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hsm

kstatemachine
KStateMachine is a Kotlin DSL library for creating finite state machines (FSM) and hierarchical state machines (HSM).
Stars: ✭ 63 (-28.41%)
Mutual labels:  state-machine, hsm
tsm
A Hierarchical State Machine Framework in C++
Stars: ✭ 30 (-65.91%)
Mutual labels:  state-machine, hsm
Xstate
State machines and statecharts for the modern web.
Stars: ✭ 18,300 (+20695.45%)
Mutual labels:  state-machine
StateBuilder
State machine code generator for C++ and Java.
Stars: ✭ 30 (-65.91%)
Mutual labels:  state-machine
react-transition-state
Zero dependency React transition state machine.
Stars: ✭ 239 (+171.59%)
Mutual labels:  state-machine
SwiftElm
Reactive + Automaton + VTree in Swift, inspired by Elm.
Stars: ✭ 97 (+10.23%)
Mutual labels:  state-machine
AttestationSamples
A small subset of the submitted sample data from https://github.com/GrapheneOS/Auditor. It has a sample attestation certificate chain per device model (ro.product.model) along with a subset of the system properties from the sample as supplementary information.
Stars: ✭ 25 (-71.59%)
Mutual labels:  hsm
Aws Etl Orchestrator
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
Stars: ✭ 245 (+178.41%)
Mutual labels:  state-machine
serverless-step-functions-offline
Emulate step functions locally when developing your Serverless project
Stars: ✭ 74 (-15.91%)
Mutual labels:  state-machine
optiga-trust-m
OPTIGA™ Trust M Software Framework
Stars: ✭ 86 (-2.27%)
Mutual labels:  hsm
ordered
Entropy-controlled contexts in Python
Stars: ✭ 36 (-59.09%)
Mutual labels:  state-machine
vrrm
rough code for running consensus
Stars: ✭ 18 (-79.55%)
Mutual labels:  state-machine
StateArts
Intellij plugin that creates state machine diagram from state machine
Stars: ✭ 87 (-1.14%)
Mutual labels:  state-machine
public
BitDust project source codes : official Public Git repository (mirror on GitHub) : https://bitdust.io
Stars: ✭ 19 (-78.41%)
Mutual labels:  state-machine
xstate-react-router
XState connector to React Router.
Stars: ✭ 23 (-73.86%)
Mutual labels:  state-machine
bloc
A predictable state management library that helps implement the BLoC design pattern
Stars: ✭ 12 (-86.36%)
Mutual labels:  state-machine
Stateless
Go library for creating state machines
Stars: ✭ 247 (+180.68%)
Mutual labels:  state-machine
xoid
Framework-agnostic state management library designed for simplicity and scalability ⚛
Stars: ✭ 96 (+9.09%)
Mutual labels:  state-machine
yieldmachine
Components for State Machines, using Generator Functions
Stars: ✭ 23 (-73.86%)
Mutual labels:  state-machine
kuafu
This is a tool library that includes log, fsm, state machine...
Stars: ✭ 83 (-5.68%)
Mutual labels:  state-machine

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].