lua-state-machine
StateMachine
A finite state machine implementation in Lua, providing a simple way to manage transitions between states
A finite state machine lua micro framework
356 stars
25 watching
66 forks
Language: Lua
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A lightweight Elixir library for creating and managing state machines | 538 |
| | A minimal implementation of a finite state machine in Ruby | 525 |
| | Supports creating state machines for attributes on Ruby classes | 822 |
| | A Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation. | 931 |
| | A library that provides a simple and feature-complete implementation of finite-state machines in Go | 100 |
| | A Java library for creating and managing state machines with support for various features such as hierarchical states, entry/exit events, and guard clauses. | 899 |
| | A state management system for Lua-based game development using a single file per state | 10 |
| | A lightweight statemachine-like support library with event handling and state management capabilities. | 96 |
| | A simple finite state machine library for Crystal classes | 52 |
| | A small JavaScript library for modeling and executing user interface behavior as state machines. | 203 |
| | A state machine library for various programming languages and platforms | 11 |
| | A JavaScript implementation of a finite-state machine with transitional aliasing. | 5 |
| | A Python library that provides a declarative way to define states and transitions for objects | 404 |
| | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
| | A lightweight virtual machine for the Lua programming language | 502 |