All Projects → ogheorghies → Metauml

ogheorghies / Metauml

UML diagrams for LaTeX/MetaPost

Labels

Projects that are alternatives of or similar to Metauml

Gaphor
Gaphor is the simple modeling tool
Stars: ✭ 386 (+324.18%)
Mutual labels:  uml
Kissmda
Keep It Simple Stupid, MDA!
Stars: ✭ 31 (-65.93%)
Mutual labels:  uml
Asciidoctor Kroki
Asciidoctor.js extension to convert diagrams to images using Kroki!
Stars: ✭ 55 (-39.56%)
Mutual labels:  uml
Aws Plantuml
PlantUML sprites, macros, and other includes for AWS components.
Stars: ✭ 565 (+520.88%)
Mutual labels:  uml
Protobuf Uml Diagram
Create UML diagrams from Protobuf compiled .proto files using Python
Stars: ✭ 17 (-81.32%)
Mutual labels:  uml
Uml Diagram For Python Design Pattern Examples
UML diagram list of GoF design pattern examples written in Python.
Stars: ✭ 40 (-56.04%)
Mutual labels:  uml
Jetuml
A desktop application for fast UML diagramming.
Stars: ✭ 346 (+280.22%)
Mutual labels:  uml
Modelio
Modelio is a modeling solution offering a wide range of functionalities based on the main standards of enterprise architecture, software development and systems engineering.
Stars: ✭ 65 (-28.57%)
Mutual labels:  uml
Uml Synchronously Store To Db
UML建模,实时存储到数据库,Java实现
Stars: ✭ 14 (-84.62%)
Mutual labels:  uml
Supreme
Generate UML diagrams of Shiny modules
Stars: ✭ 52 (-42.86%)
Mutual labels:  uml
System Designer
A low-code development platform for creating systems
Stars: ✭ 578 (+535.16%)
Mutual labels:  uml
Kroki
Creates diagrams from textual descriptions!
Stars: ✭ 774 (+750.55%)
Mutual labels:  uml
Lein Plantuml
A Leiningen plugin for generating UML diagrams using PlantUML
Stars: ✭ 43 (-52.75%)
Mutual labels:  uml
State Machine Cat
write beautiful state charts 🙀
Stars: ✭ 509 (+459.34%)
Mutual labels:  uml
Vnote
A pleasant note-taking platform.
Stars: ✭ 8,714 (+9475.82%)
Mutual labels:  uml
Jdl Studio
JDL Studio is an online JHipster Domain Language visual editor
Stars: ✭ 365 (+301.1%)
Mutual labels:  uml
Plantuml Styler
Online tool to make your PlantUML diagrams look great.
Stars: ✭ 35 (-61.54%)
Mutual labels:  uml
Plantuml Service
High-performance HTTP service for PlantUML, used in Kibela
Stars: ✭ 86 (-5.49%)
Mutual labels:  uml
Designpattern
设计模式
Stars: ✭ 66 (-27.47%)
Mutual labels:  uml
Kshobjcuml
KSHObjcUML can show oriented graph of dependencies between Objective-C and Swift classes in your project
Stars: ✭ 1,039 (+1041.76%)
Mutual labels:  uml

MetaUML is a MetaPost library for creating UML diagrams, using a textual notation.

You can experiment with MetaUML online.

# Filename: example.mp
input metauml;
beginfig(1);
    Class.A("Point")("+x: int", "+y: int")();
    drawObject(A);
endfig;
end
mptopdf example.mp

For more information, see the wiki and the manual.

Unreleased features are documented in the manual, built locally as shown below.

Development

Make sure that make and docker are installed, and that docker ps works.

git clone [email protected]:ogheorghies/MetaUML.git
cd MetaUML
make
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].