lucywang000 / clj-statecharts

State Machine and StateCharts for Clojure(Script)
https://lucywang000.github.io/clj-statecharts/
Eclipse Public License 1.0
229 stars 15 forks source link

Visualizer like XState #15

Open staypufd opened 2 years ago

staypufd commented 2 years ago

This is a place holder for creating a visualizer like the one XState has.

ComedyTomedy commented 10 months ago

I wonder if it might be easy to make a 2-way converter for XState JSON (assuming clj-statecharts EDN is borderline identical), which would unlock all sorts of tools - conversion to PlantUML, importing from sketch.systems, and anything else that hasn't been invented yet.