Coder Social home page Coder Social logo

rsouth / sequencer Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 2.15 MB

Sequence diagram generator with simple text based grammar, to make it quick and easy to share ideas and document your system. Copy to clipboard for sharing on chat, or export as .PNG.

Home Page: http://rsouth.github.io/sequencer

License: GNU General Public License v3.0

C++ 95.47% QMake 4.03% C 0.47% Batchfile 0.03%
sequence-diagrams documentation-tool documentation-generator sharing-ideas sharing-information system-design developer-tools diagram-generator diagramming productivity-tool

sequencer's Introduction

sequencer logo

sequencer is a simple diagramming tool to make it easy for developers to share ideas

GitHub code size in bytes GPL v3 License GitHub last commit

HighlightsGet StartedDemoThemesDownloadContributingCreditsLicense

✅ What is sequencer?

Sequencer allows you to create simple and clear sequence diagrams, based on a simple grammar. Your diagram is drawn in real-time as you type, and is designed to be:

  • easy to edit
  • easy to share
  • easy to version control

Sequencer is free and open-source, distributed as a single .exe (no installer), and has just the features you need to share and document your idea quickly.

🎥 Demo

sequence-gizmo-6.gif

⚡ Simple to get started

💬 Describe your sequence

Client -> Server: Request
Server -> Server: Parses request
Server -> Service: Query
Service -> Server: Data
Server -> Client: Response

💥 Your diagram is ready to go

sequencer-example-2020-08-07

  • paste right in to chat, email, your wiki page
  • export as a .png file
  • share the source, or better yet - version control it!

See the Grammar page on the wiki for details of the current grammar.

🎨 Themes

Support for basic themes is progressing, the "Sketchy" theme is available since v0.0.3-pre-alpha.

image

Theme information can be found on the Themes wiki page.

🔨 Building

qmake
nmake release

https://github.com/rsouth/sequencer/wiki/Building

🚀 Download

Releases Page

Please download the latest release.

  • Significant refactoring of rendering
  • Added 'Sketchy' theme
  • Rendering is now done in Qt QPainter on a QPixmap rather than using CImg
  • More functional UI
    • Dirty checks before New, Open
    • Create New button works
    • Undo/redo functionality in text editor
  • Code review items since last release
  • Rendering changes:
    • Default font sizes are now smaller
    • Smaller arrow-heads
    • Rounded boxes around participant headers
  • Grammar parity with jSequencer
    • Participants and messages
    • Synchronous and asynchronous messages
    • Self-referential messages
    • Reply messages
    • Header information (title, author, date)
  • Qt UI implementation
  • Sharing options (clipboard, .png export)

👍 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

🙏 Credits / Attributions

🖼️ Icons

Toolbar icons made by Dave Gandy from www.flaticon.com.

💡 Inspiration

WebSequenceDiagrams which is an online text-based sequence diagram generator with a commercial offering.

Sequencer is a C++ re-write of my own project jSequencer.

📘 License

This project is licensed under the terms of the GNU General Public License v3.0.

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.