Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 553 Bytes

File metadata and controls

13 lines (6 loc) · 553 Bytes

StateBuilderDotNet

StateBuilderDotNet is a C# state machine code generator.

From an XML state machine description file, StateBuilderDotNet produces a C# source code implementation using an extended version of the state pattern.

The XML state machine description can be authored with the web based state diagram editor

Please visit StateForge for more information about the other state machine code generators for C++ and Java