All Projects → gaphor → Gaphor

gaphor / Gaphor

Licence: apache-2.0
Gaphor is the simple modeling tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gaphor

Jetuml
A desktop application for fast UML diagramming.
Stars: ✭ 346 (-10.36%)
Mutual labels:  modeling, uml, diagram
Resource Monitor
Resource_Monitor is a GNOME Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in GNOME Shell top bar.
Stars: ✭ 62 (-83.94%)
Mutual labels:  gtk, gnome
Yosemite-gtk-theme
Mac OSX Yosemite like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 74 (-80.83%)
Mutual labels:  gtk, gnome
idle
parse source code(objective-c, java) generate uml(class diagram)
Stars: ✭ 44 (-88.6%)
Mutual labels:  diagram, uml
darkbar
Darken window titlebars based on your preference. Made for elementary OS and GNOME.
Stars: ✭ 39 (-89.9%)
Mutual labels:  gtk, gnome
reco
A simple audio recording app for modern Linux desktop environment like Pantheon
Stars: ✭ 47 (-87.82%)
Mutual labels:  gtk, gnome
react-visual-modeling
A DAG React Component for visualization modeling, suitable for UML, database modeling, data warehouse construction.(一个基于React的数据可视化建模的DAG图,适用于UML,数据库建模,数据仓库建设等业务)
Stars: ✭ 96 (-75.13%)
Mutual labels:  modeling, uml
dippi
Calculate display info like DPI and aspect ratio
Stars: ✭ 57 (-85.23%)
Mutual labels:  gtk, gnome
Playhouse
A Playground for HTML/CSS/JavaScript
Stars: ✭ 28 (-92.75%)
Mutual labels:  gtk, gnome
Sunflower
Small and highly customizable twin-panel file manager for Linux with support for plugins.
Stars: ✭ 347 (-10.1%)
Mutual labels:  gnome, gtk
wapiml
An OpenAPI round-trip tool that leverages model-driven techniques to create, visualize, manage, and generate OpenAPI definitions.
Stars: ✭ 61 (-84.2%)
Mutual labels:  diagram, uml
Tootle
GTK-based Mastodon client for Linux
Stars: ✭ 304 (-21.24%)
Mutual labels:  gnome, gtk
gnome-keysign
An easier way to sign OpenPGP keys over the local network. A GTK/GNOME application to use GnuPG for signing other peoples' keys. Quickly, easily, and securely.
Stars: ✭ 42 (-89.12%)
Mutual labels:  gtk, gnome
vulcan
A minimalistic text editor designed for both ordinary use and software development
Stars: ✭ 46 (-88.08%)
Mutual labels:  gtk, gnome
dark-toggle
A small POSIX compliant shell script that toggles between the dark and light variants of a GTK theme.
Stars: ✭ 18 (-95.34%)
Mutual labels:  gtk, gnome
telegrand
A Telegram client for GNOME
Stars: ✭ 380 (-1.55%)
Mutual labels:  gtk, gnome
uml-diagram-for-kotlin-design-pattern-examples
UML diagram list of GoF design pattern examples written in Kotlin.
Stars: ✭ 23 (-94.04%)
Mutual labels:  diagram, uml
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (-93.78%)
Mutual labels:  diagram, uml
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (-93.52%)
Mutual labels:  gtk, gnome
Node Gtk
GTK+ bindings for NodeJS (via GObject introspection)
Stars: ✭ 287 (-25.65%)
Mutual labels:  gnome, gtk
Gaphor logo

Gaphor

Build state Docs build state PyPI Downloads Gitter

Maintainability Test Coverage Sourcery Code style: black standard-readme compliant All Contributors

Gaphor is a UML and SysML modeling application written in Python. It is designed to be easy to use, while still being powerful. Gaphor implements a fully-compliant UML 2 data model, so it is much more than a picture drawing tool. You can use Gaphor to quickly visualize different aspects of a system as well as create complete, highly complex models.

Gaphor Demo

📑 Table of Contents

📜 Background

Gaphor is a UML and SysML modeling application written in Python. We designed it to be easy to use, while still being powerful. Gaphor implements a fully-compliant UML 2 data model, so it is much more than a picture drawing tool. You can use Gaphor to quickly visualize different aspects of a system as well as create complete, highly complex models.

Gaphor is designed around the following principles:

  • Simplicity: The application should be easy to use. Only some basic knowledge of UML or SysML is required.
  • Consistency: UML is a graphical modeling language, so all modeling is done in a diagram.
  • Workability: The application should not bother the user every time they do something non-UML-ish.

Gaphor is a GUI application that is built on GTK and Cairo. PyGObject and PyCairo provide Python bindings for those libraries. Gaphas provides the foundational diagramming functionality.

💾 Install

You can find the latest version on the gaphor.org website. Gaphor ships installers for macOS and Windows. Those can be found there. The Python package is also available on PyPI.

All releases are available on GitHub.

If you want to start developing on Gaphor, have a look at the Installation section of our Tech docs.

🔦 Usage

Creating models

Once Gaphor is started a new empty model is automatically created. The main diagram is already open in the Diagram section.

Select an element you want to place, for example a Class, by clicking on the icon in the Toolbox and click on the diagram. This will place a new Class item instance on the diagram and add a new Class to the model (it shows up in the Navigation). The selected tool will reset itself to the Pointer tool if the option ''Diagram -> Reset tool'' is selected.

Some elements are not directly visible. The section in the toolbox is collapsed and needs to be clicked first to reveal its contents.

Gaphor only has one diagram type, and it does not enforce which elements should be placed on a diagram.

Create a New Diagram

  1. Use the Navigation to select an element that can contain a diagram (a Package or Profile)
  2. Select Diagram, and New diagram. A new diagram is created.

Copy and Paste

Items in a diagram can be copied and pasted in the same diagram or other diagrams. Pasting places an existing item in the diagram, but the item itself is not duplicated. In other words, if you paste a Class object in a diagram, the Class will be added to the diagram, but there will be no new Class in the Navigation.

Drag and Drop

Adding an existing element to a diagram is done by dragging the element from the Navigation section onto a diagram. Diagrams and attribute/operations of a Class show up in the Navigation but can not be added to a diagram.

Elements can also be dragged within the Navigation in order to rearrange them in to different packages.

♥ Contributing

Thanks goes to these wonderful people (emoji key):


Adam Bjurstrom

🐛

Adam Boduch

💻 ⚠️ 🐛

Alexander Wilms

🐛

Alexis Howells

📖
💬 🔌 ⚠️ 🤔
Brock Tibert

🐛

Christian Hoff

💻
📦 🚇 💬
DimShadoWWW

🐛
🌍
Enno Gröper

💻

Enno Zickler

🐛

Jan

🐛

JensPfeifle

📖
🌍
Jorge DLG

🐛

Kapil Thangavelu

🐛

Mikhail Bessonov

🐛

Nedko Arnaudov

🐛

Rafael Muñoz Cárdenas

🐛
🤔
Steven Liu

🐛

Tiemen Schuijbroek

🐛 💻
🎨 🚧 🖋 🐛 📦 🤔 🐛
🌍 🤔 📖
freezed-or-frozen

🐛
🤔
kellenmoura

🐛

melisdogan

📖
🌍 📖

samirodj

🐛

seryafarma

📖

tronta

🐛
🎨

This project follows the all-contributors specification. Contributions of any kind are welcome!

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a first-timers-only tag for issues that should be ideal for people who are not very familiar with the codebase yet.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainers until it gets merged and published. 😄

See the contributing file!

© License

Copyright © Arjan Molenaar and Dan Yeaw

Licensed under the Apache License v2.

Summary: You can do what you like with Gaphor, as long as you include the required notices. This permissive license contains a patent license from the contributors of the code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].