Menu

Tree [63f908] master /
 History

HTTPS access


File Date Author Commit
 build 3 days ago Andreas Warnke Andreas Warnke [63f908] version 1.65.0-release-candidate-1
 ctrl 2025-01-01 Andreas Warnke Andreas Warnke [7becdc] Copyrights updated for year 2025
 data 7 days ago Andreas Warnke Andreas Warnke [ca0929] soon to come: page up/down in search results
 documentation 3 days ago Andreas Warnke Andreas Warnke [63f908] version 1.65.0-release-candidate-1
 gui 3 days ago Andreas Warnke Andreas Warnke [8afb54] the displayed diagrams in search result view sh...
 installation 3 days ago Andreas Warnke Andreas Warnke [63f908] version 1.65.0-release-candidate-1
 io 2025-07-05 Andreas Warnke Andreas Warnke [28d840] No warnings on no-overlength-strings at executa...
 main 4 days ago Andreas Warnke Andreas Warnke [947abe] toggling between first and second search result...
 pencil 2025-06-09 Andreas Warnke Andreas Warnke [4dec1e] when dragging or creating, the grid indicator i...
 test_fw 2025-01-25 Andreas Warnke Andreas Warnke [06a676] function geometry_connector_get_same_path_lengt...
 u8stream 2025-06-21 Andreas Warnke Andreas Warnke [71b4ca] fix for failed test case on x86 platforms; some...
 .gitattributes 2022-06-16 A. Warnke A. Warnke [78670d] linguist hints for h and inl files added
 .gitignore 2021-10-10 A. Warnke A. Warnke [a4adfd] json export exports classifiers now
 CMakeLists.txt 2025-07-06 Andreas Warnke Andreas Warnke [7f7f5b] cmake on msys2 builds the app icon and omits th...
 CONTRIBUTING.md 2024-11-23 Andreas Warnke Andreas Warnke [0ce8fd] release candidate 1 for 1.61.1
 ChangeLog 3 days ago Andreas Warnke Andreas Warnke [63f908] version 1.65.0-release-candidate-1
 LICENSE.txt 2025-02-12 Andreas Warnke Andreas Warnke [512fae] documentation update
 README.md 2025-05-01 Andreas Warnke Andreas Warnke [5e1f2b] exported cross-references D0001#id work even if...
 todo.txt 3 days ago Andreas Warnke Andreas Warnke [63f908] version 1.65.0-release-candidate-1

Read Me

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:

  sudo apt install crystal-facet-uml

openSuSE:

  sudo zypper addrepo https://download.opensuse.org/repositories/devel:/tools/openSUSE_Tumbleweed devel_tools_tumble
  # or sudo zypper addrepo https://download.opensuse.org/repositories/devel:/tools/15.5 devel_tools_15.5
  sudo zypper refresh
  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:

  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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.