The tool for visual programming

前端 未结 5 1861
无人及你
无人及你 2020-12-29 16:39

I need the tool for graphical representing of work flow in a program (like electronic circuits are described with graphical representation). The representation has to be lik

5条回答
  •  攒了一身酷
    2020-12-29 17:20

    Check out Microsoft DSL Tools - http://msdn.microsoft.com/en-us/library/bb126259.aspx

    It is a "designer generator" - allows you to define your own diagram format, specify shapes, arrows, colors, etc. and generates a designer for you that is able to edit such diagrams and export any textual artifacts about your diagram (e.g. XML or code).

提交回复
热议问题