项目作者: awarnke

项目描述 :
create a consistent set of uml diagrams
高级语言: C
项目地址: git://github.com/awarnke/crystal-facet-uml.git
创建时间: 2016-12-23T19:24:28Z
项目社区:https://github.com/awarnke/crystal-facet-uml

开源协议:Other

下载


ScreenShot

crystal-facet-uml

crystal-facet-uml creates sysml/uml diagrams to document system and software architecture.

Like a crystal shows different facets of the same thing, this application shows different views of the same system.

ScreenShot

As software architect, you create a set of diagrams describing
use-cases, requirements, structural views, behavioral and deployment views.

These views show selected elements and their relationships.
crystal-facet-uml keeps element names and element hierarchies consistent.

This tool runs on your local PC.
It stores the model data in a json-based file
which can be stored in git, branched and merged together with your source code.
crystal-facet-uml exports diagrams in svg, pdf, ps and png formats
which can be used in text processing systems like DocBook, html, LaTeX.

ScreenShot

ScreenShot

How to use this program is described in the User Manual .

Install crystal-facet-uml

This section describes how to install a binary package.

Debian/Ubuntu/Raspbian:

  1. sudo apt install crystal-facet-uml

openSuSE:

  1. sudo zypper addrepo https://download.opensuse.org/repositories/devel:/tools/openSUSE_Tumbleweed devel_tools_tumble
  2. # or sudo zypper addrepo https://download.opensuse.org/repositories/devel:/tools/15.5 devel_tools_15.5
  3. sudo zypper refresh
  4. sudo zypper install crystal-facet-uml

Windows/wine:

Fetch a prebuild binary version from e.g. https://www.heise.de/download/product/crystal-facet-uml/
or https://sourceforge.net/projects/crystal-facet-uml/ and unpack it:

  1. unzip crystal-facet-uml_1.x.0-1_win64.zip

How to build from source

Building from source is described in ./build .

About

Version: see META_VERSION_STR in meta_version.inl

Author and Copyright: 2016-2025 Andreas Warnke

License: Apache 2.0 License