|
WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages, graphical modeling, or graph editors. Presentation Here are the main component classes (bottom-up order):
Different types of Container are provided :
You can create your own container by subclassing the base Container class, and still benefit from the drop-in use of the WiringEditor in your web application. The WiringEditor requires a connection to a database to use save/load features. You can customize it using adapters. WireIt provides default adapters to get you started :
WireIt supports all A-Grade Browsers. Please report your issues with specific browsers in the forum. It uses the YUI library (2.7.0) for DOM and events manipulation, and excanvas for IE support of the canvas tag. Documentation
You can also get some help on the forum. Please report your issues or feature request on the issue tracker. Deeper hacking into WireIt might require some knowledge in the libraries used : |
WireIt is released under the MIT License. Clone from GitHub: git clone git://github.com/neyric/wireit.git If you wish to support this project, Donate at PayPal ! Featured examples All examples :
WiringEditor : Beta/Experimental : WireIt-based projects
|
|
| |
|
Community |
|
WireIt is released under the MIT license.