stateless
State machine library
A library for creating and managing state machines in C# code directly within the application
A simple library for creating state machines in C# code
6k stars
228 watching
765 forks
Language: C#
last commit: 4 months ago
Linked from 6 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pluginaweek/state_machine | A Ruby plugin that simplifies the design of class behavior by introducing state machines with multiple features and hooks for customization. | 3,736 |
qmuntal/stateless | A Go library for creating finite state machines directly in code | 967 |
stateless4j/stateless4j | A Java library for creating and managing state machines with support for various features such as hierarchical states, entry/exit events, and guard clauses. | 898 |
jakesgordon/javascript-state-machine | A JavaScript library for building finite state machines with methods to manage transitions and lifecycle events. | 8,707 |
shuckster/statebot | An implementation of a finite state machine in JavaScript, allowing developers to describe and manage states using a flowchart-like syntax. | 28 |
amatsuda/stateful_enum | Simplifies state machine management with Rails and ActiveRecord | 623 |
simplifiedcourses/ngx-signal-state | An opinionated state management library for Angular that simplifies and structures state management. | 61 |
state-machines/state_machines | Supports creating state machines for attributes on Ruby classes | 818 |
unquietcode/jstate | Provides a Java tool for building and managing state machines with standardized methods and callbacks. | 97 |
asiniy/ecto_state_machine | A library that enables finite state machine pattern in Ecto applications | 97 |
achou11/state-machines | A collection of knowledge and terminology around state machines used in software development | 62 |
fgmacedo/python-statemachine | A Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation. | 911 |
davidmoten/state-machine | Generates Java classes to handle state transitions based on a state machine definition | 135 |
svenfuchs/simple_states | A lightweight statemachine-like support library with event handling and state management capabilities. | 96 |
gocardless/statesman | A Ruby-based state machine library designed to provide robust audit trails and data integrity. | 1,779 |