Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 963 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 963 Bytes

Screenshot

Statechart Designer

Statechart Designer aims to push statechart development in JS ahead.

Short term goals include:

  • build statecharts and export to xState
  • test and play around with a statechart
  • generate statechart visualizations from xState configurations
  • connect a live statechart to an application as devtools

Collaboration

See the Project board.

If you're a designer or developer interested in contributing/collaborating, shoot me an email or Twitter DM. Contact info is available on my Github profile.

Resources

The editor hacks upon the G6 Editor from Ant Design.

  • G6
    • great documentation and source code
  • G6 Editor
    • provides only limited documentation and no source code.