Diagram Program

closed account (1v5E3TCk)
Hey guys, is there any program for drawing diagrams for free?
By "Diagrams" are you talking about UML class diagrams, sequence diagrams, use case diagrams, etc?

https://en.wikipedia.org/wiki/List_of_UML_tools
closed account (1v5E3TCk)
yes I am talking about UML. Isnt there any program which you prefer in that list?
I usually use violet UML. As far as I remember it is on source forge.
The two I've used most recently from the list Stewbond posted are:

Dia, which is a Visio-like application, where you assemble the diagram from stock bits and pieces.
http://dia-installer.de/

PlantUML, which generates documents from textual definititons, e.g.
http://plantuml.sourceforge.net/

<!-- PlantUML -->
<uml>
Alice -> Bob: Authentication Request1
Bob --> Alice: Authentication Response
</uml>

<uml>
@startuml
(*) -up-> "First Activity"
-right-> "Second Activity"
--> "Third Activity"
-left-> (*)
@enduml
</uml>

(nicked from https://en.wikipedia.org/wiki/PlantUML )

PlantUML can even be used with Doxygen.
http://plantuml.sourceforge.net/doxygen.html

Andy
Last edited on
closed account (3qX21hU5)
Best choices for me would be a whiteboard or just generating the UML from VS2012.
Lucidchart. It's amazing. Get the "pro" version for free if your student, but the free version is still great.
closed account (1v5E3TCk)
I am at high school is it count :D
I used astah at school. That worked pretty well and could code your framework for you when you were done.
closed account (1v5E3TCk)
astah is paid I will try Lucidchart. Thanks guys.
Topic archived. No new replies allowed.