開源工具 — 有了這款免費的開源作圖工具,我放棄了Visio

大學有一門專業課叫《UML課程設計》,這門課帶給我的最大收益就是學會使用 Visio 作圖。當然它不限於UML圖,比如

  • 流程圖
  • 思維導圖
  • 原型圖
  • UML
  • 網絡拓撲圖
  • 組織結構圖
  • 等等

但是比較棘手的是

  • Visio 需要付費,或者花費很多精力去尋找破解版,這很不安全,而且它在運行時將會佔用大量內存。
  • 國內出現了一些在線作圖工具,無獨有偶都是需要登錄註冊和付費的,或者一些其他方式,比如分享獲得免費使用次數

GitHub上有一款開源軟件 https://github.com/jgraph/drawio 同時解決了這兩個問題,使用它甚至不需要登錄,它不僅提供了在線工具,同時也提供了基於 Electron 實現的桌面應用 https://github.com/jgraph/drawio-desktop

Security
draw.io Desktop is designed to be completely isolated from the Internet. All JavaScript files are self-contained, the Content Security Policy forbids running remotely loaded JavaScript.
No diagram data is ever sent externally, nor do we send any analytics about app usage externally. This means certain functionality for which we do not have a JavaScript implementation do not work in the Desktop build, namely .vsd and Gliffy import.

該桌面應用是完全離線的,依賴文件在生成應用的時候被打包進來,開箱即用,不用登錄,也不用擔心向外暴露的數據。
在這裏插入圖片描述
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章