有哪些软件可用于程序“工作流程”?可视化?
我想创建一个流程图/地图可视化来展示我的项目如何运作,可用于此目的的最佳软件是什么?我不是在寻找自动执行此操作的方法,我想手动创建流程图。
如果有帮助/重要的话,这是针对用 Objective-C 完成的项目。
I'd like to create a flowchart/map visualization of how my project works, what is the best software available for this purpose? I'm not looking for something to do it automatically, I'd like to manually create the flowchart.
This is for a project done in Objective-C if that helps/matters.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
OmniGraffle 非常不错。它甚至从 Xcode 3.x 项目创建类图。
OmniGraffle is pretty good. It even creates class diagrams from an Xcode 3.x project.
执行此操作的其他网络应用程序(尚未提及):
draw.io,免费并使用 Google Drive 或 Dropbox用于存储(包括 Google Drive Realtime)。我共同创立了这个。
Lucidchart 是本机 JavaScript,如 draw.io。
Creately 和 Cacoo< /a> 是 Flash 实现,尽管 Cacoo 正在远离 Flash。
除了我明显的偏见之外,我建议使用 Lucidchart 或 Gliffy (如上所述)。
Other web applications that do this, that are not already mentioned:
draw.io, is free and uses Google Drive or Dropbox for storage (including Google Drive Realtime). I co-founded this.
Lucidchart is native JavaScript, like draw.io.
Creately and Cacoo are Flash implementations, although Cacoo are moving away from Flash.
Aside from my obvious bias, I would suggest Lucidchart or Gliffy (mentioned above).
如果您 (a) 喜欢 gliffy 并且 (b) 想要一个具有相同功能的基于桌面的应用程序,请查看 yEd。支持 BPMN 和传统流程图(以及无数其他绘图符号)。漂亮且易于使用,跨平台。哦,还有免费的:-)
hth。
If you (a) like gliffy and (b) want a desktop-based app that does the same thing, take a look at yEd. Supports BPMN and traditional flowcharts (as well as myriad other drawing notations). Nice and easy to use, cross-platform. Oh, and free :-)
hth.