LogicBlocks icon indicating copy to clipboard operation
LogicBlocks copied to clipboard

Human-friendly, hierarchical state machines for games and apps in C#.

Results 2 LogicBlocks issues
Sort by recently updated
recently updated
newest added

It was brought to my attention recently that [GitHub can render Mermaid diagrams](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) inside markdown beautifully. Mermaid's state diagrams are almost identical to the ones used by PlantUML, except it...

enhancement

- Reduces abstractions and eliminates a number of generics and nested classes. - Automatically infer OnEnter/OnExit type correctly via capturing generics from extension methods. No more bugs because you specified...