| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
StateMachineNodeEditor is a WPF node-editor for visual work and editoring state-machine
If you like or are using this project please give it a star. Thanks!
Create state machine in three steps :
1. Create scheme in this node editor🔗
2. Load scheme in your project using library📚
3. Describe your app logic and run the state machin🚘
<?xml version="1.0" encoding="utf-8"?>
<StateMachine>
<States>
<State Name="Start" Position="37, 80" IsCollapse="False" />
<State Name="State 1" Position="471, 195.54" IsCollapse="False" />
<State Name="State 2" Position="276, 83.03999999999999" IsCollapse="False" />
</States>
<StartState Name="Start" />
<Transitions>
<Transition Name="Transition 2" From="State 2" To="State 1" />
<Transition Name="Transition 1" From="Start" To="State 2" />
</Transitions>
</StateMachine>1. Download the latest release archive
2. Unzip the downloaded file
3. Run the exe file
Copyright (c) SimpleStateMachine
Licensed under the MIT license.
| Back | FazBrowse Home | New Git URL |