Skip to content
/ Chaining Public

A simple library for creating functional state machines in C# code in without classes or enums.

License

Notifications You must be signed in to change notification settings

Nucs/Chaining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaining

A simple library for creating functional state machines in C# code in a single command.
see wiki for a quickstart.

Features

  • Build complex or simple workflows and state machines in a matter of minutes.
  • Ability to access local variables initiated in previous states without hassle.
  • Pulse based machines.

Is Chaining for me?

  • Handling state machines that receives a serie of inputs (see example).

About

A simple library for creating functional state machines in C# code in without classes or enums.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages