UML Editor/Designer on *nix - Programming On Unix

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
My tool of choice is UMLet, I have used it for a whole year now, and I must say that it works perfectly !
The best points are CLI conversion of UMLet files (.uxf) to other format (.pdf, .jpg, .eps). I use it via a Makefile to integrate diagrams in my LaTeX documents, that awesome :
Code:
uxf.eps:
    @echo "EPS  $<"
    @umlet -action=convert -format=eps -filename=$< >/dev/null
It's available on the officials archlinux repos, for those interrested (in [community]).
The `problem' is that it's developped in Java, so you have some dependencies that come along..

Also, thanks for this thread venam, I never heard of gaphor, which looks nice !
BANGARANG, MOTHERFUCKER


Messages In This Thread
UML Editor/Designer on *nix - by venam - 08-01-2014, 03:02 PM
RE: UML Editor/Designer on *nix - by Ippytraxx - 08-01-2014, 06:23 PM
RE: UML Editor/Designer on *nix - by venam - 08-01-2014, 06:35 PM
RE: UML Editor/Designer on *nix - by z3bra - 08-01-2014, 09:30 PM
RE: UML Editor/Designer on *nix - by venam - 09-01-2014, 04:16 AM
RE: UML Editor/Designer on *nix - by crshd - 09-01-2014, 06:14 AM
RE: UML Editor/Designer on *nix - by kirby - 09-01-2014, 07:54 PM
RE: UML Editor/Designer on *nix - by venam - 10-01-2014, 04:33 AM
RE: UML Editor/Designer on *nix - by venam - 14-01-2014, 12:33 PM
RE: UML Editor/Designer on *nix - by xaelis - 01-02-2014, 04:12 AM
RE: UML Editor/Designer on *nix - by venam - 01-02-2014, 05:20 AM
RE: UML Editor/Designer on *nix - by Ippytraxx - 01-03-2014, 08:18 PM
RE: UML Editor/Designer on *nix - by venam - 16-04-2014, 07:59 AM