You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# SimpleStateMachineLibrary [](https://www.nuget.org/packages/SimpleStateMachineLibrary)
2
2
A C# library for realization simple state-machine on .Net
3
+
# Why SimpleStateMachine?
4
+
Create state machine in **two steps** :
5
+
1. Create scheme in [node editor](https://github.com/SimpleStateMachine/SimpleStateMachineNodeEditor) ♦️
6
+
2. Load scheme in your project using [library](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary)📑
7
+
8
+
Just describe your app logic and run the state machine🚀
9
+
3
10
## Give a Star! :star:
4
11
If you like or are using this project please give it a star. Thanks!
0 commit comments