import logo from "../../artwork/logo.svg"; export function About(props: {setModal}) { return

StateBuddy is an open source tool for Statechart editing, simulation, (omniscient) debugging and testing.

It was originally created for teaching Statecharts to university students.

The main novelty is in the way you deal with the visual concrete syntax: You just draw boxes, arrows and text. Connectedness or insideness are continuously figured out by a parser, but they do not influence what you can do with the shapes, which IMO is much more intuitive than editors that try to "help" you. This idea comes from CouchEdit, which was in turn influenced by the very old tool Statemate.

Unique to StateBuddy is that sides of boxes, and endpoints of arrows can be independently selected for many boxes/arrows simultaneously, making editing even more powerful while remaining highly intuitive to both novice and expert users.

No commercial use without my permission.

Contact: joeri.exelmans@gmail.com

; }