Menu

Tree [64abf2] master /
 History

HTTPS access


File Date Author Commit
 build 3 hours ago Andreas Warnke Andreas Warnke [64abf2] documentation updated
 ctrl 2025-11-02 Andreas Warnke Andreas Warnke [0a6265] after opening a file, the undo list is empty.
 data 2025-11-03 Andreas Warnke Andreas Warnke [304d92] directly after opening a database, the save ico...
 documentation 3 hours ago Andreas Warnke Andreas Warnke [64abf2] documentation updated
 gui 2025-11-09 Andreas Warnke Andreas Warnke [a802ca] version 1.67.1 rc1
 installation 2025-11-08 Andreas Warnke Andreas Warnke [9966b6] new app logo is deployed as svg instead of 80x8...
 io 7 days ago Andreas Warnke Andreas Warnke [d89e8c] collecting ideas to convert this c99 code to rust
 main 7 days ago Andreas Warnke Andreas Warnke [d89e8c] collecting ideas to convert this c99 code to rust
 pencil 2025-10-24 Andreas Warnke Andreas Warnke [dce19e] some unit test cases added to pencil module, 10...
 test_fw 2025-01-25 Andreas Warnke Andreas Warnke [06a676] function geometry_connector_get_same_path_lengt...
 u8stream 7 days ago Andreas Warnke Andreas Warnke [d89e8c] collecting ideas to convert this c99 code to rust
 .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-11-09 Andreas Warnke Andreas Warnke [78f4d8] app icon drawing is more fine granular
 CONTRIBUTING.md 2024-11-23 Andreas Warnke Andreas Warnke [0ce8fd] release candidate 1 for 1.61.1
 ChangeLog 7 days ago Andreas Warnke Andreas Warnke [d89e8c] collecting ideas to convert this c99 code to rust
 LICENSE.txt 2025-02-12 Andreas Warnke Andreas Warnke [512fae] documentation update
 README.md 3 hours ago Andreas Warnke Andreas Warnke [64abf2] documentation updated
 todo.txt 7 days ago Andreas Warnke Andreas Warnke [d89e8c] collecting ideas to convert this c99 code to rust

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 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