You are on page 1of 1

Javascript canvas based animation tool for rendering sequence diagrams

Sequence diagrams can be created using tools like Visio, powerpoint etc. However, they are graphical.
Tools like https://marketplace.visualstudio.com/items?itemName=AleksandarDev.vscode-sequence-
diagrams, https://www.websequencediagrams.com/ makes it easy to write the steps and they render
the diagram.

While the vscode extension or https://www.websequencediagrams.com/ render the content, they are
not interactive like powerpoint. We need a solution where user can use next/previous buttons to allow
rendering of next or previous step in the sequence diagram.

Developer needs to have:

- Expertise in Javascript (Ecma5+)

- Experience creating animations using Javascript either with canvas or other forms

PROJECT SCOPE:

- An implementation of rendering sequence diagrams in a browser for the syntax of


websequencediagrams

- Interactive: Meaning, I can embed the code in a web page and control next previous steps rendering
using next/previous buttons on my keyboard or mouse

- Animation type configuration: What kind of animation to play on next/previous must be configurable

Example for reference:

https://revealjs.com is an example of presentation framework. I need a similar framework for sequence


diagrams.

Questions:

1. Have you ever worked on a similar project? If so please share examples


2. Do you have any questions about the final deliverable?
3. What would be your proposed timeline and budget

You might also like