-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a90a5cb
commit a2bc132
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# Stateless-Designer | ||
Visual Studio extension to support visual design of stateless state machines. Support for Visual Studio 2012, Visual Studio 2013 and Visual Studio 2015. | ||
Visual Studio extension to support visual design of stateless state machines. Support for Visual Studio 2012, Visual Studio 2013 and Visual Studio 2015. Uses the stateless library made by Nicholas Blumhardt. | ||
|
||
# About Stateless Designer | ||
The goal for this projects is to allow software developers to design a state machines visually. The true power of using a state machine is to have a graph showing the states with transitions. Stateless Designer can help you achieve this. | ||
|
||
# Screenshots | ||
![Stateless Designer](/images/Screen1.PNG "Stateless Designer") | ||
|
||
![Stateless Designer](/images/Screen3.PNG "Stateless Designer") | ||
|
||
![Stateless Designer](/images/Screen2.PNG "Stateless Designer") |