views:

54

answers:

2

I need visualizer of algorythmes created in JavaScript. Like BlockSchemes, mostly with If and Statement blocks. That could be moved, resized, connected with arrows. Anybody saw such open source projects?

A: 

If you are referring to drawing with JavaScript the only two things I can think of are the HTML Canvas Tag which is HTML 5 OR having an Image Handler and using CSS positioning which is not drawing with JavaScript but simply positioning to give a drawing affect through the use of AJAX

REA_ANDREW
Its not drawing, its positioning of general tags, but I was thinking, something like this already exist, maybe in Flash?
dynback.com
Sorry I am not getting what it is exactly you require from your question. Can you explain more?
REA_ANDREW
There is gmail - outlook in web, I want Visio in Web.
dynback.com
Similar to something like this you mean> http://www.gliffy.com/
REA_ANDREW
Thanks, but its commercial and priority to JavaScript solutions, not Flash
dynback.com
A: 

I am using Org Chart from Google Visualisation API - it is a JavaScript library, that can draw tree-like graph. It can be used for lot of data, i am using it a lot for if-statement tree like structures.

Unfortunately, the result is static, cannot be moved or resized.

Jiri