Create drawings and diagrams with the free Javascript library. The User interface allows interactive drawing by using your standard browser. No additional software; no third party plug ins. Just run it and use it.

About Draw2D

Draw2D is the graph component of the Open-jACOB web based workflow editor. The purpose of this experiment is to see if a Visio-type workflow editor tool could be developed in a web browser. It demonstrates that it can be done.
Note: There is no Ajax writeback to the server in the demos.

NEW: Starting new project - "MindManager". I'm during the development of an online MindManager framework. The target of this project is to create a SDK for online mindmanager like MindMeister or Mindomo.

See here the evolution line of the SDK:

  • Step 01 (create the nodes with a 'simple' HTML table layout)
  • Step 02 (draw the lines with canvas )
  • Step 03 (create the right hand side of the mindmap)
  • Step 04 (bugfixing of paint method)
  • Step 05 (DragDrop support for nodes)