Coder Social home page Coder Social logo

danachy / text_sequence_diagram Goto Github PK

View Code? Open in Web Editor NEW

This project forked from echoma/text_sequence_diagram

0.0 1.0 0.0 91 KB

Cross platform tool which convert text into beautiful sequence diagram. Online version: http://echoma.github.io/text_sequence_diagram/

Shell 1.09% CSS 24.45% HTML 24.09% JavaScript 50.37%

text_sequence_diagram's Introduction

Text Sequence Diagram

A cross platform tool for drawing UML sequence diagram in simple text.

Snapshot

main_ui

render_ui

Pre-built Executables

Download page: Download

Online Version

You can also goto http://echoma.github.io/text_sequence_diagram/ for an online web-app.

Features

  • Simple pure text syntax to draw beautiful sequence diagram.
  • Cross platform, given by nw.js and HTML5.
  • Adjust the diagram view size and zoom ratio as you wish.
  • You can integrate the "text to diagram" library to your own application. See example_integeration.html for an very simple example.

Syntax

  • Title and Author and so on
Title @ v1.0 @ 20160415 @ Author
Title @ @ @ Author
  • Message
From Object -> To Object : Message Content
  • Return Message
From Object --> To Object : Message Content
  • Self Message
Object : Message Content
  • Bottom Description
[ Bottom Description Line 1 ]
[ Bottom Description Line 2 ]
  • Comment
# Comment Line
# Another Comment Line
  • Example:
Conn Server -> Safe Domain GW : single order request
Safe Domain GW -> Trade Gateway : authenticated
Trade Gateway -> Logic Control : internal protocol
Logic Control --> Trade Gateway : success response
Trade Gateway --> Safe Domain GW : success response
Safe Domain GW --> Conn Server : response

text_sequence_diagram's People

Contributors

echoma avatar

Watchers

Dana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.